New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
create_meshmask.nam in branches/2016/dev_r6999_CONFIGMAN_1/NEMOGCM/TOOLS/SIREN/templates – NEMO

source: branches/2016/dev_r6999_CONFIGMAN_1/NEMOGCM/TOOLS/SIREN/templates/create_meshmask.nam @ 7025

Last change on this file since 7025 was 7025, checked in by jpaul, 8 years ago

see ticket #1781

File size: 1.8 KB
Line 
1&namlog
2   cn_logfile  ="meshmask_out.log"
3   cn_verbosity=
4   in_maxerror =
5/
6
7&namcfg
8   cn_varcfg="./cfg/variable.cfg"
9   cn_dumcfg="./cfg/dummy.cfg"
10/
11
12&namin
13   cn_bathy =   !< Bathymetry file
14   cn_coord =   !< Coordinate file (in_mshhgr=0)
15   cn_isfdep=   !< Iceshelf draft  (ln_isfcav=true)
16   in_perio =   !< NEMO periodicity
17   ln_closea=
18/
19
20&namhgr
21   in_mshhgr  =
22   dn_ppglam0 =
23   dn_ppgphi0 =
24   dn_ppe1_deg=
25   dn_ppe2_deg=
26   dn_ppe1_m  =
27   dn_ppe2_m  =
28/
29
30&namzgr
31   ln_zco     =
32   ln_zps     =
33   ln_sco     =
34   ln_isfcav  =  !< presence of ISF
35   ln_iscpl   =  !< coupling with ice sheet
36   ln_wd      =  !< Wetting/drying activation
37   in_nlevel  =
38/
39
40&namdmin
41   dn_hmin    =
42   dn_isfhmin =
43/
44
45&namzco
46   dn_ppsur   =
47   dn_ppa0    =
48   dn_ppa1    =
49   dn_ppkth   =
50   dn_ppacr   =
51   dn_ppdzmin =
52   dn_pphmax  =
53   ln_dbletanh=
54   dn_ppa2    =
55   dn_ppkth2  =
56   dn_ppacr2  =
57/
58
59&namzps
60   dn_e3zps_min
61   dn_e3zps_rat
62   in_msh
63/
64
65&namsco
66   ln_s_sh94  =
67   ln_s_sf12  =
68   dn_sbot_min=
69   dn_sbot_max=
70   dn_hc      =
71   dn_rmax    =   !< if ln_s_sh94
72   dn_theta   =   !< if ln_s_sh94
73   dn_thetb   =   !< if ln_s_sh94
74   dn_bb      =   !< if ln_s_sh94
75   ln_sigcrit =   !< if ln_s_sf12
76   dn_alpha   =   !< if ln_s_sf12
77   dn_efold   =   !< if ln_s_sf12
78   dn_zs      =   !< if ln_s_sf12
79   dn_zb_a    =   !< if ln_s_sf12
80   dn_zb_b    =   !< if ln_s_sf12
81/
82
83&namcla
84   in_cla =
85/
86
87&namlbc
88   rn_shlat =
89/
90
91&namwd            !< wetting and drying
92  dn_wdmin1 =
93  dn_wdmin2 =
94  dn_wdld   =
95/
96
97&namgrd
98   cn_cfg   =
99   in_cfg   =
100   in_bench =
101   ln_zoom  =
102   ln_c1d   =
103/
104
105
106&namzoom
107   cn_cfz   =
108   in_izoom =
109   in_jzoom =
110   ln_zoom_s=
111   ln_zoom_e=
112   ln_zoom_w=
113   ln_zoom_n=
114/
115
116&namout
117   in_msh    =   !< number of output file (1,2,3)
118   in_nproc  =   !< number of processor to be used
119   in_niproc =   
120   in_njproc =
121/
Note: See TracBrowser for help on using the repository browser.