Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Defining PFT/soil parameters via namelists #269

Open
penguian opened this issue Sep 2, 2020 · 1 comment
Open

Defining PFT/soil parameters via namelists #269

penguian opened this issue Sep 2, 2020 · 1 comment

Comments

@penguian
Copy link
Collaborator

penguian commented Sep 2, 2020

keyword_keepgit owner:[email protected] type_model improvement | by [email protected]


cable_params_mod.F90, cable_pft_params.F90, cable_soil_params.F90

One of the primary concerns in integrating CABLE and JULES is that CABLE,
at the model level, should not be allowed to talk to the ouside world. We should
be using JULES I/O for that. This means getting rid of the dependence of CABLE
on external text files "def_veg(soil)_params.txt. The veg/soil params should
ultimately be input to the model as nml variables. A pre-cursor to this was
using the files cable_pft(soil)_params.F90. These are still valid in the offline
app, but no longer in JAC where they are fully nml definable.

There remains an issue of declaring vars (vegin/solin) into which these values
can be deposited. Previously these were declaredd in cable_define_types, however
this is in the process of being dismantled. Therefore they are now exclusively
declared in cable_params_mod.F90


Issue migrated from trac:269 at 2023-11-27 11:34:43 +1100

@penguian
Copy link
Collaborator Author

penguian commented Feb 7, 2023

@[email protected] set keywords to keepgit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants