Skip to content

Commit

Permalink
merge main - especially sice #404 (params) went in.
Browse files Browse the repository at this point in the history
  • Loading branch information
JhanSrbinovsky committed Nov 6, 2024
2 parents 467902a + a5a52d8 commit f86652f
Show file tree
Hide file tree
Showing 17 changed files with 1,025 additions and 1,259 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ add_library(
src/science/canopy/cbl_dryLeaf.F90
src/science/canopy/cbl_friction_vel.F90
src/science/canopy/cbl_fwsoil.F90
src/science/canopy/cbl_init_wetfac_mod.f90
src/science/canopy/cbl_latent_heat.F90
src/science/canopy/cbl_photosynthesis.F90
src/science/canopy/cbl_pot_evap_snow.F90
Expand Down
3 changes: 0 additions & 3 deletions documentation/docs/developer_guide/other_resources/api.md

This file was deleted.

2 changes: 1 addition & 1 deletion documentation/docs/user_guide/inputs/pftlookup_csv.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ on soil, vegetation carbon and nutrients dynamics.
| fpptoL(frt) | `casabiome%ftransPPtoL(nv,froot)` | Flux factor of root phosphorus to litter pools \( (-) \) |
| xkmlabp | `xkmlabp(iso)` | Phosphorus absorption \( (gP \cdot m^{-2}) \) |
| xpsorbmax | `xpsorbmax(iso)` | Maximum phosphorus absorption \( (gP \cdot m^{-2}) \) |
| xfpleach | `xfPleach(iso)` | Phosphorus leaching \( (-) \) |
| xfpleach | `xfPleach(iso)` | Phosphorus leaching \( (-) \) (hard-wired in the code for CABLE2.4/ACCESS-ESM1.5 at 1.e-4 independent of pft) |
| N:Psoil (mic) | `ratioNPsoil(iso,mic)` | Nitrogen to phosphorus ratio in microbial soil pool \( (gN \cdot gP^{-2}) \) |
| N:Psoil (slow) | `ratioNPsoil(iso,slow)` | Nitrogen to phosphorus ratio in slow soil pool \( (gN \cdot gP^{-2}) \) |
| N:Psoil (pass) | `ratioNPsoil(iso,pass)` | Nitrogen to phosphorus ratio in passive soil pool \( (gN \cdot gP^{-2}) \) |
Expand Down
3 changes: 2 additions & 1 deletion documentation/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,8 @@ nav:
- Build System: developer_guide/other_resources/build_system.md
- Cheat Sheets: developer_guide/other_resources/cheat_sheets.md
- CABLE's release process: developer_guide/other_resources/release_process.md
- API documentation: developer_guide/other_resources/api.md
- API documentation: api
- Obsolete and deprecated features: developer_guide/other_resources/obsolete_and_deprecated_features/obsolete_and_deprecated_features.md
- How-to:
- Set up a sensitivity experiment: how-to/sensitivity_exp.md
- API Reference: api
143 changes: 0 additions & 143 deletions src/coupled/AM3/control/cable/CM3/cable_common.F90

This file was deleted.

3 changes: 1 addition & 2 deletions src/offline/cable_mpidrv.F90
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ PROGRAM mpi_driver
USE cable_mpicommon
USE cable_mpimaster
USE cable_mpiworker
USE cable_namelist_util, ONLY: get_namelist_file_name,&
CABLE_NAMELIST,arg_not_namelist
USE cable_namelist_util, ONLY: get_namelist_file_name

IMPLICIT NONE

Expand Down
Loading

0 comments on commit f86652f

Please sign in to comment.