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 14255 for NEMO/trunk/cfgs/ORCA2_OFF_TRC – NEMO

Ignore:
Timestamp:
2021-01-04T12:35:00+01:00 (4 years ago)
Author:
cetlod
Message:

trunk : consolidation of OFFLINE with key_qco ; use the ORCA2_OFF_TRC configuration for that purpose

Location:
NEMO/trunk/cfgs/ORCA2_OFF_TRC
Files:
1 added
4 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/cfgs/ORCA2_OFF_TRC/EXPREF/context_nemo.xml

    r13476 r14255  
    2020 
    2121<!-- Fields definition --> 
    22     <field_definition src="./field_def_nemo-oce.xml"/>    <!--  NEMO ocean dynamics     --> 
    23     <field_definition src="./field_def_nemo-innerttrc.xml"/> <!--  NEMO ocean biology      --> 
     22    <field_definition src="./field_def_nemo-oce.xml"/>      <!--  NEMO ocean dynamics     --> 
     23    <field_definition src="./field_def_nemo-pisces.xml"/>    <!--  NEMO ocean biogeochemistry     --> 
     24    <field_definition src="./field_def_nemo-innerttrc.xml"/> <!--  NEMO ocean passive tracers      --> 
    2425 
    2526<!-- Files definition --> 
    26     <file_definition src="./file_def_nemo-innerttrc.xml"/>  <!--  NEMO ocean biology       --> 
     27    <file_definition src="./file_def_nemo-innerttrc.xml"/>  <!--  NEMO ocean passive tracers       --> 
    2728 
    2829 
  • NEMO/trunk/cfgs/ORCA2_OFF_TRC/EXPREF/file_def_nemo-innerttrc.xml

    r12276 r14255  
    3131 
    3232      <file_group id="1y"  output_freq="1y" output_level="10" enabled=".TRUE."> <!-- real yearly files --> 
     33          
     34   <file id="file1" name_suffix="grid_T" description="passive tracers variables" > 
     35           <field field_ref="e3t"     /> 
     36           <field field_ref="ssh"    name="zos"  /> 
     37         </file> 
    3338 
    34         <file id="file1" name_suffix="_ptrc_T" description="passive tracers variables" > 
    35            <field field_ref="Age"    /> 
    36            <field field_ref="CFC11"  /> 
    37            <field field_ref="CFC12"  /> 
    38            <field field_ref="SF6"    /> 
    39            <field field_ref="RC14"   /> 
     39    <file id="file1" name_suffix="_trc" description="passive tracers variables" > 
     40           <field field_ref="Age"     name="Age"     operation="average" freq_op="1y"  > @Age_e3t / @e3t   </field>            
     41           <field field_ref="CFC11"   name="CFC11"   operation="average" freq_op="1y"  > @CFC11_e3t / @e3t </field> 
     42           <field field_ref="CFC12"   name="CFC12"   operation="average" freq_op="1y"  > @CFC12_e3t / @e3t </field> 
     43           <field field_ref="SF6"     name="SF6"     operation="average" freq_op="1y"  > @SF6_e3t / @e3t   </field> 
     44           <field field_ref="RC14"    name="RC14"    operation="average" freq_op="1y"  > @RC14_e3t / @e3t  </field> 
    4045         </file> 
    4146 
  • NEMO/trunk/cfgs/ORCA2_OFF_TRC/EXPREF/namelist_cfg

    r14229 r14255  
    3232&namdom        !   time and space domain 
    3333!----------------------------------------------------------------------- 
    34    ln_linssh   = .true.   !  =T  linear free surface  ==>>  model level are fixed in time 
    3534   ! 
    3635   rn_Dt      = 21600.     !  time step for the dynamics and tracer 
     
    197196&namdrg        !   top/bottom drag coefficient                          (default: NO selection) 
    198197!----------------------------------------------------------------------- 
     198   ln_drg_OFF  = .true.   !  free-slip   
    199199/ 
    200200!----------------------------------------------------------------------- 
     
    308308&namdta_dyn    !   offline ocean input files                            (OFF_SRC only) 
    309309!----------------------------------------------------------------------- 
    310    ln_dynrnf       =  .false.    !  runoffs option enabled (T) or not (F) 
     310   ln_dynrnf       =  .true.    !  runoffs option enabled (T) or not (F) 
    311311   ln_dynrnf_depth =  .false.    !  runoffs is spread in vertical (T) or not (F) 
    312 !   fwbcorr        = 3.786e-06   !  annual global mean of empmr for ssh correction 
    313  
     312   ! 
    314313   cn_dir      = './'      !  root directory for the ocean data location 
    315    !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________! 
    316    !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! 
    317    !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   ! 
    318    sn_tem      = 'dyna_grid_T'           ,       120.        , 'votemper'  ,  .true.   , .true. , 'yearly'  , ''               , ''       , '' 
    319    sn_sal      = 'dyna_grid_T'           ,       120.        , 'vosaline'  ,  .true.   , .true. , 'yearly'  , ''               , ''       , '' 
    320    sn_mld      = 'dyna_grid_T'           ,       120.        , 'somixhgt'  ,  .true.   , .true. , 'yearly'  , ''               , ''       , '' 
    321    sn_emp      = 'dyna_grid_T'           ,       120.        , 'sowaflup'  ,  .true.   , .true. , 'yearly'  , ''               , ''       , '' 
    322    sn_fmf      = 'dyna_grid_T'           ,       120.        , 'iowaflup'  ,  .true.   , .true. , 'yearly'  , ''               , ''       , '' 
    323    sn_ice      = 'dyna_grid_T'           ,       120.        , 'soicecov'  ,  .true.   , .true. , 'yearly'  , ''               , ''       , '' 
    324    sn_qsr      = 'dyna_grid_T'           ,       120.        , 'soshfldo'  ,  .true.   , .true. , 'yearly'  , ''               , ''       , '' 
    325    sn_wnd      = 'dyna_grid_T'           ,       120.        , 'sowindsp'  ,  .true.   , .true. , 'yearly'  , ''               , ''       , '' 
    326    sn_uwd      = 'dyna_grid_U'           ,       120.        , 'uocetr_eff',  .true.   , .true. , 'yearly'  , ''               , ''       , '' 
    327    sn_vwd      = 'dyna_grid_V'           ,       120.        , 'vocetr_eff',  .true.   , .true. , 'yearly'  , ''               , ''       , '' 
    328    sn_wwd      = 'dyna_grid_W'           ,       120.        , 'wocetr_eff',  .true.   , .true. , 'yearly'  , ''               , ''       , '' 
    329    sn_avt      = 'dyna_grid_W'           ,       120.        , 'voddmavs'  ,  .true.   , .true. , 'yearly'  , ''               , ''       , '' 
    330    sn_ubl      = 'dyna_grid_U'           ,       120.        , 'sobblcox'  ,  .true.   , .true. , 'yearly'  , ''               , ''       , '' 
    331    sn_vbl      = 'dyna_grid_V'           ,       120.        , 'sobblcoy'  ,  .true.   , .true. , 'yearly'  , ''               , ''       , '' 
     314   !___________!_________________________!___________________!_____________!_____________!________!___________!__________________!__________!_______________! 
     315   !           !  file name              ! frequency (hours) !   variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! 
     316   !           !                         !  (if <0  months)  !     name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   ! 
     317   sn_tem      = 'dyna_grid_T'           ,       120.        , 'thetao'    ,    .true.   , .true. , 'yearly'  , ''               , ''       , '' 
     318   sn_sal      = 'dyna_grid_T'           ,       120.        , 'so'        ,    .true.   , .true. , 'yearly'  , ''               , ''       , '' 
     319   sn_div      = 'dyna_grid_T'           ,       120.        , 'hdivtr'    ,    .true.   , .true. , 'yearly'  , ''               , ''       , '' 
     320   sn_mld      = 'dyna_grid_T'           ,       120.        , 'mldr10_1'  ,    .true.   , .true. , 'yearly'  , ''               , ''       , '' 
     321   sn_emp      = 'dyna_grid_T'           ,       120.        , 'wfo'       ,    .true.   , .true. , 'yearly'  , ''               , ''       , '' 
     322   sn_empb     = 'dyna_grid_T'           ,       120.        , 'wfob'      ,    .true.   , .true. , 'yearly'  , ''               , ''       , '' 
     323   sn_fmf      = 'dyna_grid_T'           ,       120.        , 'fmmflx'    ,    .true.   , .true. , 'yearly'  , ''               , ''       , '' 
     324   sn_rnf      = 'dyna_grid_T'           ,       120.        , 'runoffs'   ,    .true.   , .true. , 'yearly'  , ''               , ''       , '' 
     325   sn_ice      = 'dyna_grid_T'           ,       120.        , 'siconc'    ,    .true.   , .true. , 'yearly'  , ''               , ''       , '' 
     326   sn_qsr      = 'dyna_grid_T'           ,       120.        , 'rsntds'    ,    .true.   , .true. , 'yearly'  , ''               , ''       , '' 
     327   sn_wnd      = 'dyna_grid_T'           ,       120.        , 'windsp'    ,    .true.   , .true. , 'yearly'  , ''               , ''       , '' 
     328   sn_uwd      = 'dyna_grid_U'           ,       120.        , 'uocetr_eff',    .true.   , .true. , 'yearly'  , ''               , ''       , '' 
     329   sn_vwd      = 'dyna_grid_V'           ,       120.        , 'vocetr_eff',    .true.   , .true. , 'yearly'  , ''               , ''       , '' 
     330   sn_wwd      = 'dyna_grid_W'           ,       120.        , 'wocetr_eff',    .true.   , .true. , 'yearly'  , ''               , ''       , '' 
     331   sn_avt      = 'dyna_grid_W'           ,       120.        , 'difvsolog' ,    .true.   , .true. , 'yearly'  , ''               , ''       , '' 
     332   sn_ubl      = 'dyna_grid_U'           ,       120.        , 'ahu_bbl'   ,    .true.   , .true. , 'yearly'  , ''               , ''       , '' 
     333   sn_vbl      = 'dyna_grid_V'           ,       120.        , 'ahv_bbl'   ,    .true.   , .true. , 'yearly'  , ''               , ''       , '' 
    332334/ 
    333335!!====================================================================== 
     
    345347&namzdf        !   vertical physics manager                             (default: NO selection) 
    346348!----------------------------------------------------------------------- 
     349   ln_zdfcst   = .true.      !  constant mixing 
    347350/ 
    348351!----------------------------------------------------------------------- 
  • NEMO/trunk/cfgs/ORCA2_OFF_TRC/cpp_ORCA2_OFF_TRC.fcm

    r14239 r14255  
    1 bld::tool::fppkeys   key_top key_xios 
     1bld::tool::fppkeys   key_top key_xios key_qco 
Note: See TracChangeset for help on using the changeset viewer.