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

Add parameter file generation reference to the initial BCI run description #63

Open
glemieux opened this issue Sep 17, 2024 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@glemieux
Copy link
Collaborator

We should add a parameter file modification/generation cross reference from docs/source/parameter_file_tools.md to the create scripts section:

The next bit is where we edit the user_nl_elm file. The user_nl_elm file specifies
namelist options, such as which optional modules to turn on, and points to the parameter file and inventory data.
It also defines which history variables to output.
```
# point to your parameter file
# add any history variables you want
cat >> user_nl_elm <<EOF
fsurdat = '${ELM_SURFDAT_DIR}/${ELM_USRDAT_SURDAT}'
fates_paramfile='${PARAM_FILES}/fates_params_default-1pft.nc'

This came up per #62

@glemieux glemieux added the documentation Improvements or additions to documentation label Sep 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant