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 3289 for branches/2011/dev_NEMO_MERGE_2011/NEMOGCM/CONFIG/ORCA2_LIM/EXP00/1_namelist – NEMO

Ignore:
Timestamp:
2012-01-27T15:37:34+01:00 (12 years ago)
Author:
rblod
Message:

Fix agrif for 3_4_beta see ticket #921

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2011/dev_NEMO_MERGE_2011/NEMOGCM/CONFIG/ORCA2_LIM/EXP00/1_namelist

    r3116 r3289  
    9494/ 
    9595!----------------------------------------------------------------------- 
    96 &namdta_tem    !   data : temperature                                   ("key_dtatem") 
    97 !----------------------------------------------------------------------- 
    98 !              ! file name ! frequency (hours)    ! variable ! time interp. ! clim  !'yearly' or ! weights  ! rotation ! 
    99 !              !           !  (if <0  months)     !   name   !  (logical)   ! (T/F) ! 'monthly'  ! filename ! pairing  ! 
    100    sn_tem = 'data_1m_potential_temperature_nomask', -1,'votemper',  .true.  , .true., 'yearly'   , ''      , ' ' 
    101    ! 
    102    cn_dir       = './'     !  root directory for the location of the runoff files 
    103 / 
    104 !----------------------------------------------------------------------- 
    105 &namdta_sal    !   data : salinity                                      ("key_dtasal") 
    106 !----------------------------------------------------------------------- 
    107 !              ! file name ! frequency (hours)    ! variable ! time interp. ! clim  !'yearly' or ! weights  ! rotation ! 
    108 !              !           !  (if <0  months)     !   name   !   (logical)  ! (T/F) ! 'monthly'  ! filename ! pairing  ! 
    109    sn_sal      =  'data_1m_salinity_nomask',  -1  ,'vosaline',    .true.    , .true., 'yearly'   , ''       , ' ' 
    110    ! 
    111    cn_dir      = './'      !  root directory for the location of the runoff files 
    112 / 
    113  
     96&namtsd    !   data : Temperature  & Salinity 
     97!----------------------------------------------------------------------- 
     98!          ! file name ! frequency (hours)    ! variable ! time interp. ! clim  !'yearly' or ! weights  ! rotation ! 
     99!          !           !  (if <0  months)     !   name   !  (logical)   ! (T/F) ! 'monthly'  ! filename ! pairing  ! 
     100   sn_tem  = 'data_1m_potential_temperature_nomask', -1,'votemper',  .true.  , .true., 'yearly'   , ' '      , ' ' 
     101   sn_sal  = 'data_1m_salinity_nomask'             , -1,'vosaline',  .true.  , .true., 'yearly'   , ''       , ' ' 
     102/ 
    114103!!====================================================================== 
    115104!!            ***  Surface Boundary Condition namelists  *** 
     
    751740   nn_bench    =    0      !  Bench mode (1/0): CAUTION use zero except for bench 
    752741                           !     (no physical validity of the results) 
     742   nn_timing =      0 
    753743/ 
    754744 
     
    906896    salfixmin = -9999      !  Minimum salinity after applying the increments 
    907897/ 
     898!----------------------------------------------------------------------- 
     899&namsbc_wave   ! External fields from wave model 
     900!----------------------------------------------------------------------- 
     901!              !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! 
     902!              !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! 
     903   sn_cdg      =  'cdg_wave' ,        1          , 'drag_coeff' , .true.   , .false. , 'daily'  ,''         , '' 
     904! 
     905   cn_dir_cdg  = './'  !  root directory for the location of drag coefficient files 
     906/ 
     907!----------------------------------------------------------------------- 
     908&namdyn_nept  !   Neptune effect (simplified: lateral and vertical diffusions removed) 
     909!----------------------------------------------------------------------- 
     910   ! Suggested lengthscale values are those of Eby & Holloway (1994) for a coarse model 
     911   ln_neptsimp       = .false.  ! yes/no use simplified neptune 
     912 
     913   ln_smooth_neptvel = .false.  ! yes/no smooth zunep, zvnep 
     914   rn_tslse          =  1.2e4   ! value of lengthscale L at the equator 
     915   rn_tslsp          =  3.0e3   ! value of lengthscale L at the pole 
     916   ! Specify whether to ramp down the Neptune velocity in shallow 
     917   ! water, and if so the depth range controlling such ramping down 
     918   ln_neptramp       = .true.   ! ramp down Neptune velocity in shallow water 
     919   rn_htrmin         =  100.0   ! min. depth of transition range 
     920   rn_htrmax         =  200.0   ! max. depth of transition range 
     921/ 
Note: See TracChangeset for help on using the changeset viewer.