We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3580e5d commit ef9ac53Copy full SHA for ef9ac53
README_MO.md
@@ -22,6 +22,10 @@ Before submitting a job, ammend the namelist:
22
sed -i "s/sn_uoatm = 'uos',/sn_voatm = 'NOT USED',/" namelist_cfg_template
23
sed -i "s/sn_voatm = 'vos',/sn_voatm = 'NOT USED',/" namelist_cfg_template
24
```
25
+To turn the transport diagnostics on issue the following:
26
+```
27
+sed -i "s/ln_diadct =.false./ln_diadct =.true./" namelist_cfg_template
28
29
Submit a test job:
30
31
sbatch runscript_MES_MO.slurm -y 1979 -s 1
0 commit comments