-
Notifications
You must be signed in to change notification settings - Fork 0
/
nml-definition-2a.xml
70 lines (58 loc) · 1.6 KB
/
nml-definition-2a.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="http://www.cgd.ucar.edu/~cam/namelist/namelist_definition_2.0.0.xsl"?>
<namelist_definition version='2.0.0'>
<vmix_rich_nml>
<rich_mix
type="real"
category="vmix"
group="derived" >
Coefficient for Richardson number term.
Default: 50.0
Note: You must specify both the variable name and namelist name if you change this variable in user_nl_pop2!
</rich_mix>
</vmix_rich_nml>
<vmix_kpp_nml>
<rich_mix
type="real"
category="kpp"
group="derived" >
Coefficient for Richardson number term.
Default: 50.0
Note: You must specify both the variable name and namelist name if you change this variable in user_nl_pop2!
</rich_mix>
</vmix_kpp_nml>
<ecosys_ciso_nml>
<ciso_init_ecosys_init_file
type="char*256"
category="ecosys"
input_pathname="abs" >
Default:
</ciso_init_ecosys_init_file>
<ciso_init_ecosys_init_file_fmt
type="char*256"
category="ecosys" >
Default: 'nc'
</ciso_init_ecosys_init_file_fmt>
<ciso_tracer_init_ext
type='array,struct'
category="ecosys"
group="ecosys_ciso_nml" >
<mod_varname
type="char*256" >
Default:
</mod_varname>
<file_varname
type="char*256" >
Default:
</file_varname>
<scale_factor
type="real" >
Default:
</scale_factor>
<default_val
type="real" >
Default:
</default_val>
</ciso_tracer_init_ext>
</ecosys_ciso_nml>
</namelist_definition>