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.
namdta_dyn_nolinssh in NEMO/branches/2021/dev_r14318_RK3_stage1/doc/namelists – NEMO

source: NEMO/branches/2021/dev_r14318_RK3_stage1/doc/namelists/namdta_dyn_nolinssh @ 15574

Last change on this file since 15574 was 15574, checked in by techene, 3 years ago

#2605 #2715 trunk merged into dev_r14318_RK3_stage1

File size: 2.6 KB
Line 
1!-----------------------------------------------------------------------
2&namdta_dyn    !   offline ocean input files                            (OFF_SRC only)
3!-----------------------------------------------------------------------
4   ln_dynrnf       =  .true.    !  runoffs option enabled (T) or not (F)
5   ln_dynrnf_depth =  .false.    !  runoffs is spread in vertical (T) or not (F)
6   !
7   cn_dir      = './'      !  root directory for the ocean data location
8   !___________!_________________________!___________________!_____________!_____________!________!___________!
9   !           !  file name              ! frequency (hours) !   variable  ! time interp.!  clim  ! 'yearly'/ !
10   !           !                         !  (if <0  months)  !     name    !   (logical) !  (T/F) ! 'monthly' !
11   sn_tem      = 'dyna_grid_T'           ,       120.        , 'thetao'    ,    .true.   , .true. , 'yearly'
12   sn_sal      = 'dyna_grid_T'           ,       120.        , 'so'        ,    .true.   , .true. , 'yearly'
13   sn_div      = 'dyna_grid_T'           ,       120.        , 'hdivtr'    ,    .true.   , .true. , 'yearly'
14   sn_mld      = 'dyna_grid_T'           ,       120.        , 'mldr10_1'  ,    .true.   , .true. , 'yearly'
15   sn_emp      = 'dyna_grid_T'           ,       120.        , 'wfo'       ,    .true.   , .true. , 'yearly'
16   sn_empb     = 'dyna_grid_T'           ,       120.        , 'wfob'      ,    .true.   , .true. , 'yearly'
17   sn_fmf      = 'dyna_grid_T'           ,       120.        , 'fmmflx'    ,    .true.   , .true. , 'yearly'
18   sn_rnf      = 'dyna_grid_T'           ,       120.        , 'runoffs'   ,    .true.   , .true. , 'yearly'
19   sn_ice      = 'dyna_grid_T'           ,       120.        , 'siconc'    ,    .true.   , .true. , 'yearly'
20   sn_qsr      = 'dyna_grid_T'           ,       120.        , 'rsntds'    ,    .true.   , .true. , 'yearly'
21   sn_wnd      = 'dyna_grid_T'           ,       120.        , 'windsp'    ,    .true.   , .true. , 'yearly'
22   sn_uwd      = 'dyna_grid_U'           ,       120.        , 'uocetr_eff',    .true.   , .true. , 'yearly'
23   sn_vwd      = 'dyna_grid_V'           ,       120.        , 'vocetr_eff',    .true.   , .true. , 'yearly'
24   sn_wwd      = 'dyna_grid_W'           ,       120.        , 'wocetr_eff',    .true.   , .true. , 'yearly'
25   sn_avt      = 'dyna_grid_W'           ,       120.        , 'difvsolog' ,    .true.   , .true. , 'yearly'
26   sn_ubl      = 'dyna_grid_U'           ,       120.        , 'ahu_bbl'   ,    .true.   , .true. , 'yearly'
27   sn_vbl      = 'dyna_grid_V'           ,       120.        , 'ahv_bbl'   ,    .true.   , .true. , 'yearly'
28/
Note: See TracBrowser for help on using the repository browser.