Changeset 11306
- Timestamp:
- 2019-07-18T17:46:08+02:00 (4 years ago)
- Location:
- NEMO/branches/2019/dev_r11265_ASINTER-01_Guillaume_ABL1D/cfgs
- Files:
-
- 15 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
NEMO/branches/2019/dev_r11265_ASINTER-01_Guillaume_ABL1D/cfgs/SHARED/field_def_nemo-oce.xml
r10824 r11306 8 8 ============================================================================================================ 9 9 --> 10 <field_definition level="1" prec=" 4" operation="average" enabled=".TRUE." default_value="1.e20" > <!-- time step automaticaly defined -->10 <field_definition level="1" prec="8" operation="instant" enabled=".TRUE." default_value="1.e20" > <!-- time step automaticaly defined --> 11 11 12 12 <!-- … … 348 348 349 349 </field_group> <!-- SBC --> 350 350 351 <!-- ABL --> 352 <field_group id="ABL" > <!-- time step automaticaly defined based on nn_fsbc --> 353 <!-- variables available with ABL on atmospheric T grid--> 354 <field_group id="grid_ABL" grid_ref="grid_TA_3D" > 355 <field id="u_abl" long_name="ABL i-horizontal velocity" standard_name="abl_x_velocity" unit="m/s" /> 356 <field id="v_abl" long_name="ABL j-horizontal velocity" standard_name="abl_y_velocity" unit="m/s" /> 357 <field id="t_abl" long_name="ABL potential temperature" standard_name="abl_theta" unit="K" /> 358 <field id="q_abl" long_name="ABL specific humidity" standard_name="abl_qspe" unit="kg/kg" /> 359 <field id="pblh" long_name="ABL height" standard_name="abl_height" unit="m" grid_ref="grid_T_2D" /> 360 </field_group> 361 </field_group> <!-- ABL --> 362 351 363 <!-- U grid --> 352 364 -
NEMO/branches/2019/dev_r11265_ASINTER-01_Guillaume_ABL1D/cfgs/SHARED/namelist_ref
r11275 r11306 57 57 nn_stocklist = 0,0,0,0,0,0,0,0,0,0 ! List of timesteps when a restart file is to be written 58 58 nn_write = 5840 ! frequency of write in the output file (modulo referenced to nn_it000) 59 ln_mskland = .false. ! mask land points in NetCDF outputs (costly: + ~15%)59 ln_mskland = .false. ! mask land points in NetCDF outputs 60 60 ln_cfmeta = .false. ! output additional data to netCDF files required for compliance with the CF metadata standard 61 61 ln_clobber = .true. ! clobber (overwrite) an existing file … … 279 279 sn_hpgi = 'NOT USED' , 24. , 'xxx' , .false. , .true. , 'yearly' , '' , '' , '' 280 280 sn_hpgj = 'NOT USED' , 24. , 'xxx' , .false. , .true. , 'yearly' , '' , '' , '' 281 / 282 !----------------------------------------------------------------------- 283 &namsbc_abl ! Atmospheric Boundary Layer formulation (ln_abl = T) 284 !----------------------------------------------------------------------- 285 cn_dir = 'atm_forcing/' ! root directory for the location of the ABL grid file 286 cn_dom = 'dom_cfg_abl.nc' 287 ln_hpgls_frc = .false. 288 ln_geos_winds = .false. 289 nn_dyn_restore = 1 290 rn_ldyn_min = 16. ! magnitude of the nudging on ABL dynamics at the bottom of the ABL [hour] 291 rn_ldyn_max = 1.6 ! magnitude of the nudging on ABL dynamics at the top of the ABL [hour] 292 rn_ltra_min = 16. ! magnitude of the nudging on ABL tracers at the bottom of the ABL [hour] 293 rn_ltra_max = 1.6 ! magnitude of the nudging on ABL tracers at the top of the ABL [hour] 294 nn_amxl = 0 ! mixing length: = 0 Deardorff 80 length-scale 295 ! = 1 length-scale based on the distance to the PBL height 296 ! = 2 Bougeault & Lacarrere 89 length-scale 297 rn_Cm = 0.0667 ! 0.126 in MesoNH 298 rn_Ct = 0.1667 ! 0.143 in MesoNH 299 rn_Ce = 0.4 ! 0.4 in MesoNH 300 rn_Ceps = 0.7 ! 0.85 in MesoNH 301 rn_Rod = 0.15 ! c0 in RMCA17 mixing length formulation (not yet implemented) 302 rn_Ric = 0.139 ! Critical Richardson number (to compute PBL height and diffusivities) 281 303 / 282 304 !----------------------------------------------------------------------- -
NEMO/branches/2019/dev_r11265_ASINTER-01_Guillaume_ABL1D/cfgs/ref_cfgs.txt
r9775 r11306 8 8 ORCA2_SAS_ICE OCE ICE NST SAS 9 9 ORCA2_ICE_PISCES OCE TOP ICE NST 10 ORCA2_ICE_ABL OCE ICE ABL 10 11 SPITZ12 OCE ICE
Note: See TracChangeset
for help on using the changeset viewer.