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.
Changeset 11306 – NEMO

Changeset 11306


Ignore:
Timestamp:
2019-07-18T17:46:08+02:00 (5 years ago)
Author:
smasson
Message:

dev_r11265_ABL : add ORCA2_ICE_ABL configuration, see #2131

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  
    88============================================================================================================ 
    99    --> 
    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 --> 
    1111 
    1212    <!--  
     
    348348 
    349349      </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       
    351363      <!-- U grid --> 
    352364       
  • NEMO/branches/2019/dev_r11265_ASINTER-01_Guillaume_ABL1D/cfgs/SHARED/namelist_ref

    r11275 r11306  
    5757   nn_stocklist = 0,0,0,0,0,0,0,0,0,0 ! List of timesteps when a restart file is to be written 
    5858   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 
    6060   ln_cfmeta   = .false.   !  output additional data to netCDF files required for compliance with the CF metadata standard 
    6161   ln_clobber  = .true.    !  clobber (overwrite) an existing file 
     
    279279   sn_hpgi     = 'NOT USED'                   ,   24.        , 'xxx'  ,   .false.   , .true. , 'yearly'  , '' , ''       , '' 
    280280   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) 
    281303/ 
    282304!----------------------------------------------------------------------- 
  • NEMO/branches/2019/dev_r11265_ASINTER-01_Guillaume_ABL1D/cfgs/ref_cfgs.txt

    r9775 r11306  
    88ORCA2_SAS_ICE OCE ICE NST SAS 
    99ORCA2_ICE_PISCES OCE TOP ICE NST 
     10ORCA2_ICE_ABL OCE ICE ABL 
    1011SPITZ12 OCE ICE 
Note: See TracChangeset for help on using the changeset viewer.