|
1 | 1 | # Case customization |
2 | 2 |
|
3 | | -eCLM uses various namelist files that handle different settings and configurations for running a case. These namelists are similar to CLM5 (only the editing is different) so that you can refer to <a href="https://escomp.github.io/ctsm-docs/versions/release-clm5.0/html/users_guide/setting-up-and-running-a-case/customizing-the-clm-namelist.html#" target="_blank">Section 1.2.3 and 1.2.4 of the CLM5 User's Guide</a> for more detailed information. |
| 3 | +eCLM uses various **namelist files** that handle different settings and configurations for running a case. |
| 4 | +Namelist files are text files, where the user can provide values for various input fields, called **namelist items**. |
| 5 | +Namelist items are parsed by eCLM and connected internal variables are set according to their values. |
| 6 | +eCLM's namelist files are very similar to the namelist files used in CLM5 (only the editing is different) so that you can refer to <a href="https://escomp.github.io/ctsm-docs/versions/release-clm5.0/html/users_guide/setting-up-and-running-a-case/customizing-the-clm-namelist.html#" target="_blank">Section 1.2.3 and 1.2.4 of the CLM5 User's Guide</a> for more detailed information. |
4 | 7 |
|
5 | 8 | The eCLM namelist files are: |
6 | 9 | - Land model namelist `lnd_in` (see <a href="https://docs.cesm.ucar.edu/models/cesm2/settings/2.1.0/clm5_0_nml.html" target="_blank">here</a> for definitions of namelist items) |
@@ -61,7 +64,12 @@ Important namelist parameter in the `drv_in` are: |
61 | 64 |
|
62 | 65 | ## 3. Customizing case output |
63 | 66 |
|
64 | | -To customize your simulation output, you can specify the history field options in the namelist file `lnd_in`. By default, there is one stream of monthly data files. The field options to customize are: |
| 67 | +To customize your simulation output, you can specify the history field |
| 68 | +options in the namelist file `lnd_in`. |
| 69 | +By default, there is one stream of monthly data files called history |
| 70 | +files. |
| 71 | +History files are in NetCDF format. |
| 72 | +The field options to customize are: |
65 | 73 |
|
66 | 74 | - `hist_fincl1`: The list of history variables that you want to analyze |
67 | 75 | - `hist_mfilt`: The number of records within one output file. Default is 1. |
@@ -103,4 +111,4 @@ You can then submit the job. |
103 | 111 | sbatch run-eclm-job.sh |
104 | 112 | ``` |
105 | 113 |
|
106 | | -You can monitor your job using `sacct` or `squeue -u $USER`. |
| 114 | +You can monitor your job using `sacct` or `squeue -u $USER`. |
0 commit comments