Commit cf2c0fa
authored
Read standard parameter ancillary data in NetCDF (#324)
# CABLE
## Description
Fixes #281
Aside from `climate` parameters, BIOS ancillary data is being read from
the gridinfo. They are supposed to be read via a separate BLAZE NetCDF
file #392
The original 0.5 degree gridinfo file
([`gridinfo_CSIRO_CRU05x05_4tiles.nc`](https://github.com/CABLE-LSM/bios_testing/blob/b45e0736cfd7fd1de1014319eb551b924542a96c/cable.nml#L4C63-L4C96))
went through 2 stages to make it compatible with reading to ancillary
inputs
TODO: Once these PRs are merged, point to these specific files
1. Subsampling at 0.05 degrees using script
CABLE-LSM/gists#3
2. Add BIOS coastal remapping script for gridinfo to have the same mask
for all input parameters. CABLE-LSM/gists#4
## Type of change
New feature
## Testing
Run `act9test` and `1000pts-configuration` (TODO: provide links) to
`BIOS_ancillary_netcdf` and `CABLE_POP-TRENDY` with `derived_parameters`
and `check_parameter_values` being called after `cable_load_bios_params`
instead of within `load_parameters`.6 files changed
Lines changed: 43 additions & 448 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
67 | 68 | | |
68 | 69 | | |
69 | 70 | | |
70 | | - | |
| 71 | + | |
71 | 72 | | |
72 | 73 | | |
73 | 74 | | |
74 | 75 | | |
75 | 76 | | |
76 | 77 | | |
| 78 | + | |
77 | 79 | | |
78 | 80 | | |
79 | 81 | | |
| |||
379 | 381 | | |
380 | 382 | | |
381 | 383 | | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
382 | 390 | | |
383 | 391 | | |
384 | 392 | | |
| |||
457 | 465 | | |
458 | 466 | | |
459 | 467 | | |
460 | | - | |
461 | 468 | | |
462 | 469 | | |
463 | 470 | | |
464 | 471 | | |
465 | 472 | | |
466 | 473 | | |
467 | | - | |
468 | 474 | | |
469 | 475 | | |
470 | 476 | | |
| |||
473 | 479 | | |
474 | 480 | | |
475 | 481 | | |
476 | | - | |
477 | 482 | | |
478 | 483 | | |
479 | | - | |
480 | 484 | | |
481 | 485 | | |
482 | 486 | | |
| |||
665 | 669 | | |
666 | 670 | | |
667 | 671 | | |
668 | | - | |
669 | | - | |
670 | | - | |
| 672 | + | |
671 | 673 | | |
672 | 674 | | |
673 | 675 | | |
674 | 676 | | |
675 | 677 | | |
676 | | - | |
| 678 | + | |
| 679 | + | |
677 | 680 | | |
678 | | - | |
679 | 681 | | |
680 | 682 | | |
681 | | - | |
682 | | - | |
683 | 683 | | |
684 | 684 | | |
685 | 685 | | |
| |||
691 | 691 | | |
692 | 692 | | |
693 | 693 | | |
694 | | - | |
| 694 | + | |
695 | 695 | | |
696 | 696 | | |
697 | 697 | | |
| |||
704 | 704 | | |
705 | 705 | | |
706 | 706 | | |
707 | | - | |
| 707 | + | |
708 | 708 | | |
709 | 709 | | |
710 | 710 | | |
| |||
0 commit comments