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 12154 for NEMO/branches/2019/dev_r12072_MERGE_OPTION2_2019/cfgs/ORCA2_ICE_ABL – NEMO

Ignore:
Timestamp:
2019-12-10T15:44:23+01:00 (4 years ago)
Author:
cetlod
Message:

commit

Location:
NEMO/branches/2019/dev_r12072_MERGE_OPTION2_2019/cfgs/ORCA2_ICE_ABL
Files:
2 edited
1 copied

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r12072_MERGE_OPTION2_2019/cfgs/ORCA2_ICE_ABL/EXPREF/file_def_nemo-oce.xml

    r11306 r12154  
    99    --> 
    1010    
    11     <file_definition type="one_file" name="@expname@_@freq@_@startdate@_@enddate@" sync_freq="6h" min_digits="4"> 
     11    <file_definition type="one_file" name="@expname@_@freq@_@startdate@_@enddate@" sync_freq="5d" min_digits="4"> 
    1212     
    13       <file_group id="6h" output_freq="6h"  output_level="10" enabled=".TRUE.">  <!-- 6h files -->    
     13      <file_group id="5d" output_freq="5d"  output_level="10" enabled=".TRUE.">  <!-- 5d files -->    
    1414        <file id="file11" name_suffix="_grid_T" description="ocean T grid variables" > 
    1515          <field field_ref="e3t"      /> 
  • NEMO/branches/2019/dev_r12072_MERGE_OPTION2_2019/cfgs/ORCA2_ICE_ABL/EXPREF/namelist_cfg

    r11945 r12154  
    8989   ln_traqsr   = .true.    !  Light penetration in the ocean            (T => fill namtra_qsr) 
    9090   ln_ssr      = .true.    !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr) 
     91   ln_dm2dc    = .true.    !  daily mean to diurnal cycle on short wave 
    9192   ln_rnf      = .true.    !  runoffs                                   (T => fill namsbc_rnf) 
    9293   nn_fwb      = 2         !  FreshWater Budget:  
     
    107108!----------------------------------------------------------------------- 
    108109   !                    !  bulk algorithm : 
    109    ln_NCAR    = .true.     ! "NCAR"      algorithm   (Large and Yeager 2008) 
    110  
     110   ln_NCAR      = .true.    ! "NCAR"      algorithm   (Large and Yeager 2008) 
     111   ln_COARE_3p0 = .false.   ! "COARE 3.0" algorithm   (Fairall et al. 2003) 
     112   ln_COARE_3p6 = .false.   ! "COARE 3.6" algorithm   (Edson et al. 2013) 
     113   ln_ECMWF     = .false.   ! "ECMWF"     algorithm   (IFS cycle 31) 
     114      rn_zqt      = 10.     !  Air temperature & humidity reference height (m) 
     115      rn_zu       = 10.     !  Wind vector reference height (m) 
     116      ! 
     117      ! Skin is ONLY available in ECMWF and COARE algorithms: 
     118      ln_skin_cs = .false.  !  use the cool-skin parameterization => set nn_fsbc=1 and ln_dm2dc=.true.! 
     119      ln_skin_wl = .false.  !  use the warm-layer        "        => set nn_fsbc=1 and ln_dm2dc=.true.! 
     120      ! 
     121      ln_humi_sph = .true.  !  humidity specified below in "sn_humi" is specific humidity     [kg/kg] if .true. 
     122      ln_humi_dpt = .false. !  humidity specified below in "sn_humi" is dew-point temperature   [K]   if .true. 
     123      ln_humi_rlh = .false. !  humidity specified below in "sn_humi" is relative humidity       [%]   if .true. 
     124   ! 
    111125   cn_dir = './'  !  root directory for the bulk data location 
    112126   !___________!_________________________!___________________!___________!_____________!________!___________!______________________________________!__________!_______________! 
     
    404418!!   namdiu       Cool skin and warm layer models                       (default: OFF) 
    405419!!   namdiu       Cool skin and warm layer models                       (default: OFF) 
    406 !!   namflo       float parameters                                      ("key_float") 
    407 !!   nam_diaharm  Harmonic analysis of tidal constituents               ("key_diaharm") 
    408 !!   namdct       transports through some sections                      ("key_diadct") 
     420!!   namflo       float parameters                                      (default: OFF) 
     421!!   nam_diaharm  Harmonic analysis of tidal constituents               (default: OFF) 
     422!!   nam_diadct   transports through some sections                      (default: OFF) 
    409423!!   nam_diatmb   Top Middle Bottom Output                              (default: OFF) 
    410424!!   nam_dia25h   25h Mean Output                                       (default: OFF) 
Note: See TracChangeset for help on using the changeset viewer.