1 | !!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> |
---|
2 | !! NEMO/OPA SAS Configuration namelist : overwrite some defaults values defined in SHARED/namelist_ref |
---|
3 | !!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> |
---|
4 | |
---|
5 | !!====================================================================== |
---|
6 | !! *** Domain & Run management namelists *** !! |
---|
7 | !! !! |
---|
8 | !! namrun parameters of the run |
---|
9 | !! namdom space and time domain |
---|
10 | !! namcfg parameters of the configuration (default: user defined GYRE) |
---|
11 | !!====================================================================== |
---|
12 | ! |
---|
13 | !----------------------------------------------------------------------- |
---|
14 | &namrun ! parameters of the run |
---|
15 | !----------------------------------------------------------------------- |
---|
16 | nn_no = 0 ! job number (no more used...) |
---|
17 | cn_exp = "ORCA2_SAS" ! experience name |
---|
18 | nn_it000 = 1 ! first time step |
---|
19 | nn_itend = 100 ! last time step (std 5475) |
---|
20 | / |
---|
21 | !----------------------------------------------------------------------- |
---|
22 | &namdom ! time and space domain |
---|
23 | !----------------------------------------------------------------------- |
---|
24 | ln_linssh = .true. ! =T linear free surface ==>> model level are fixed in time |
---|
25 | / |
---|
26 | !----------------------------------------------------------------------- |
---|
27 | &namcfg ! parameters of the configuration (default: user defined GYRE) |
---|
28 | !----------------------------------------------------------------------- |
---|
29 | ln_read_cfg = .true. ! (=T) read the domain configuration file |
---|
30 | cn_domcfg = "ORCA_R2_zps_domcfg" ! domain configuration filename |
---|
31 | / |
---|
32 | |
---|
33 | !!====================================================================== |
---|
34 | !! *** Surface Boundary Condition namelists *** !! |
---|
35 | !! !! |
---|
36 | !! SAS case !! |
---|
37 | !! !! |
---|
38 | !! namsbc surface boundary condition manager (default: NO selection) |
---|
39 | !! namsbc_flx flux formulation (ln_flx =T) |
---|
40 | !! namsbc_blk Bulk formulae formulation (ln_blk =T) |
---|
41 | !! namsbc_cpl CouPLed formulation ("key_oasis3" ) |
---|
42 | !! namsbc_sas Stand-Alone Surface module (SAS_SRC only) |
---|
43 | !! namsbc_iif Ice-IF: use observed ice cover (nn_ice = 1 ) |
---|
44 | !! namsbc_ssr sea surface restoring term (for T and/or S) (ln_ssr =T) |
---|
45 | !! namsbc_rnf river runoffs (ln_rnf =T) |
---|
46 | !! namsbc_apr Atmospheric Pressure (ln_apr_dyn =T) |
---|
47 | !! namsbc_wave external fields from wave model (ln_wave =T) |
---|
48 | !! namberg iceberg floats (ln_icebergs=T) |
---|
49 | !!====================================================================== |
---|
50 | ! |
---|
51 | !----------------------------------------------------------------------- |
---|
52 | &namsbc ! Surface Boundary Condition (surface module) |
---|
53 | !----------------------------------------------------------------------- |
---|
54 | nn_fsbc = 1 ! frequency of SBC module call |
---|
55 | ln_blk = .true. ! Bulk formulation (T => fill namsbc_blk ) |
---|
56 | nn_ice = 2 ! =2 sea-ice model ("key_SI3" or "key_cice") |
---|
57 | / |
---|
58 | !----------------------------------------------------------------------- |
---|
59 | &namsbc_blk ! namsbc_blk generic Bulk formula (ln_blk =T) |
---|
60 | !----------------------------------------------------------------------- |
---|
61 | ln_NCAR = .true. ! "NCAR" algorithm (Large and Yeager 2008) |
---|
62 | |
---|
63 | cn_dir = './' ! root directory for the bulk data location |
---|
64 | !___________!_________________________!___________________!___________!_____________!________!___________!______________________________________!__________!_______________! |
---|
65 | ! ! file name ! frequency (hours) ! variable ! time interp.! clim ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! |
---|
66 | ! ! ! (if <0 months) ! name ! (logical) ! (T/F) ! 'monthly' ! ! pairing ! filename ! |
---|
67 | sn_wndi = 'u_10.15JUNE2009_fill' , 6 , 'U_10_MOD', .false. , .true. , 'yearly' , 'weights_core_orca2_bicubic_noc.nc' , 'Uwnd' , '' |
---|
68 | sn_wndj = 'v_10.15JUNE2009_fill' , 6 , 'V_10_MOD', .false. , .true. , 'yearly' , 'weights_core_orca2_bicubic_noc.nc' , 'Vwnd' , '' |
---|
69 | sn_qsr = 'ncar_rad.15JUNE2009_fill' , 24 , 'SWDN_MOD', .false. , .true. , 'yearly' , 'weights_core_orca2_bilinear_noc.nc' , '' , '' |
---|
70 | sn_qlw = 'ncar_rad.15JUNE2009_fill' , 24 , 'LWDN_MOD', .false. , .true. , 'yearly' , 'weights_core_orca2_bilinear_noc.nc' , '' , '' |
---|
71 | sn_tair = 't_10.15JUNE2009_fill' , 6 , 'T_10_MOD', .false. , .true. , 'yearly' , 'weights_core_orca2_bilinear_noc.nc' , '' , '' |
---|
72 | sn_humi = 'q_10.15JUNE2009_fill' , 6 , 'Q_10_MOD', .false. , .true. , 'yearly' , 'weights_core_orca2_bilinear_noc.nc' , '' , '' |
---|
73 | sn_prec = 'ncar_precip.15JUNE2009_fill', -1 , 'PRC_MOD1', .false. , .true. , 'yearly' , 'weights_core_orca2_bilinear_noc.nc' , '' , '' |
---|
74 | sn_snow = 'ncar_precip.15JUNE2009_fill', -1 , 'SNOW' , .false. , .true. , 'yearly' , 'weights_core_orca2_bilinear_noc.nc' , '' , '' |
---|
75 | sn_slp = 'slp.15JUNE2009_fill' , 6 , 'SLP' , .false. , .true. , 'yearly' , 'weights_core_orca2_bilinear_noc.nc' , '' , '' |
---|
76 | sn_tdif = 'taudif_core' , 24 , 'taudif' , .false. , .true. , 'yearly' , 'weights_core_orca2_bilinear_noc.nc' , '' , '' |
---|
77 | / |
---|
78 | !----------------------------------------------------------------------- |
---|
79 | &namsbc_cpl ! coupled ocean/atmosphere model ("key_oasis3") |
---|
80 | !----------------------------------------------------------------------- |
---|
81 | / |
---|
82 | !----------------------------------------------------------------------- |
---|
83 | &namsbc_sas ! Stand-Alone Surface boundary condition |
---|
84 | !----------------------------------------------------------------------- |
---|
85 | l_sasread = .true. ! =T Read in file ; =F set all to 0. (see sbcssm) |
---|
86 | ln_3d_uve = .false. ! specify whether we are supplying a 3D u,v and e3 field |
---|
87 | ln_read_frq = .false. ! specify whether we must read frq or not |
---|
88 | |
---|
89 | cn_dir = './' ! root directory for the ocean data location |
---|
90 | !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________! |
---|
91 | ! ! file name ! frequency (hours) ! variable ! time interp.! clim ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! |
---|
92 | ! ! ! (if <0 months) ! name ! (logical) ! (T/F) ! 'monthly' ! ! pairing ! filename ! |
---|
93 | sn_usp = 'sas_grid_U' , 120 , 'uos' , .true. , .true. , 'yearly' , '' , '' , '' |
---|
94 | sn_vsp = 'sas_grid_V' , 120 , 'vos' , .true. , .true. , 'yearly' , '' , '' , '' |
---|
95 | sn_tem = 'sas_grid_T' , 120 , 'sosstsst', .true. , .true. , 'yearly' , '' , '' , '' |
---|
96 | sn_sal = 'sas_grid_T' , 120 , 'sosaline', .true. , .true. , 'yearly' , '' , '' , '' |
---|
97 | sn_ssh = 'sas_grid_T' , 120 , 'sossheig', .true. , .true. , 'yearly' , '' , '' , '' |
---|
98 | sn_e3t = 'sas_grid_T' , 120 , 'e3t_m' , .true. , .true. , 'yearly' , '' , '' , '' |
---|
99 | sn_frq = 'sas_grid_T' , 120 , 'frq_m' , .true. , .true. , 'yearly' , '' , '' , '' |
---|
100 | / |
---|
101 | |
---|
102 | !!====================================================================== |
---|
103 | !! *** Lateral boundary condition *** !! |
---|
104 | !! !! |
---|
105 | !! namlbc lateral momentum boundary condition (default: NO selection) |
---|
106 | !! namagrif agrif nested grid ( read by child model only ) ("key_agrif") |
---|
107 | !! nam_tide Tidal forcing (default: OFF) |
---|
108 | !! nambdy Unstructured open boundaries (default: OFF) |
---|
109 | !! nambdy_dta Unstructured open boundaries - external data (see nambdy) |
---|
110 | !! nambdy_tide tidal forcing at open boundaries (default: OFF) |
---|
111 | !!====================================================================== |
---|
112 | ! |
---|
113 | !----------------------------------------------------------------------- |
---|
114 | &namlbc ! lateral momentum boundary condition (default: NO selection) |
---|
115 | !----------------------------------------------------------------------- |
---|
116 | rn_shlat = 0. ! free slip |
---|
117 | / |
---|
118 | |
---|
119 | !!====================================================================== |
---|
120 | !! Tracer (T & S) namelists !! |
---|
121 | !! !! |
---|
122 | !! SAS case : only EOS !! |
---|
123 | !! !! |
---|
124 | !! nameos equation of state (default: NO selection) |
---|
125 | !----------------------------------------------------------------------- |
---|
126 | &nameos ! ocean Equation Of Seawater (default: OFF) |
---|
127 | !----------------------------------------------------------------------- |
---|
128 | ln_teos10 = .true. ! = Use TEOS-10 equation of state |
---|
129 | / |
---|
130 | ! |
---|
131 | !----------------------------------------------------------------------- |
---|
132 | &nammpp ! Massively Parallel Processing ("key_mpp_mpi") |
---|
133 | !----------------------------------------------------------------------- |
---|
134 | / |
---|
135 | !----------------------------------------------------------------------- |
---|
136 | &namctl ! Control prints (default: OFF) |
---|
137 | !----------------------------------------------------------------------- |
---|
138 | / |
---|
139 | !----------------------------------------------------------------------- |
---|
140 | &namsto ! Stochastic parametrization of EOS (default: OFF) |
---|
141 | !----------------------------------------------------------------------- |
---|
142 | / |
---|