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 9738 – NEMO

Changeset 9738


Ignore:
Timestamp:
2018-06-05T16:00:57+02:00 (6 years ago)
Author:
jchanut
Message:

AGRIF_ICE cfg: Add initialization from climatology in AGRIF zooms

Location:
NEMO/trunk/cfgs/AGRIF_ICE/EXPREF
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/cfgs/AGRIF_ICE/EXPREF/1_namelist_cfg

    r9686 r9738  
    4040&namtsd        !    Temperature & Salinity Data                         (default: OFF) 
    4141!----------------------------------------------------------------------- 
    42    !  with AGRIF ("key_agrif") child are initialized with parent values 
     42   !                       ! =T  read T-S fields for: 
     43   ln_tsd_init = .true.          !  ocean initialisation 
     44   ln_tsd_dmp  = .false.         !  T-S restoring   (see namtra_dmp) 
     45 
     46   cn_dir = './'     !  root directory for the T-S data location 
     47   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________! 
     48   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! 
     49   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   ! 
     50   sn_tem = 'data_1m_potential_temperature_nomask',     -1      ,'votemper',   .true.    , .true. , 'yearly'  ,    ''    ,    ''    ,    '' 
     51   sn_sal = 'data_1m_salinity_nomask'             ,     -1      ,'vosaline',   .true.    , .true. , 'yearly'  ,    ''    ,    ''    ,    '' 
    4352/ 
    4453 
  • NEMO/trunk/cfgs/AGRIF_ICE/EXPREF/2_namelist_cfg

    r9686 r9738  
    4040&namtsd        !    Temperature & Salinity Data                         (default: OFF) 
    4141!----------------------------------------------------------------------- 
    42    !  with AGRIF ("key_agrif") child are initialized with parent values 
     42   !                       ! =T  read T-S fields for: 
     43   ln_tsd_init = .true.          !  ocean initialisation 
     44   ln_tsd_dmp  = .false.         !  T-S restoring   (see namtra_dmp) 
     45 
     46   cn_dir = './'     !  root directory for the T-S data location 
     47   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________! 
     48   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! 
     49   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   ! 
     50   sn_tem = 'data_1m_potential_temperature_nomask',     -1      ,'votemper',   .true.    , .true. , 'yearly'  ,    ''    ,    ''    ,    '' 
     51   sn_sal = 'data_1m_salinity_nomask'             ,     -1      ,'vosaline',   .true.    , .true. , 'yearly'  ,    ''    ,    ''    ,    '' 
    4352/ 
    4453 
Note: See TracChangeset for help on using the changeset viewer.