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 15127 for NEMO/branches/2021/dev_r14383_PISCES_NEWDEV_PISCO/cfgs/AGRIF_DEMO/EXPREF/2_namelist_cfg – NEMO

Ignore:
Timestamp:
2021-07-16T20:00:12+02:00 (3 years ago)
Author:
cetlod
Message:

dev_PISCO : merge with trunk@15119

Location:
NEMO/branches/2021/dev_r14383_PISCES_NEWDEV_PISCO
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2021/dev_r14383_PISCES_NEWDEV_PISCO

    • Property svn:externals
      •  

        old new  
        99 
        1010# SETTE 
        11 ^/utils/CI/sette@14244        sette 
         11^/utils/CI/sette@HEAD        sette 
         12 
  • NEMO/branches/2021/dev_r14383_PISCES_NEWDEV_PISCO/cfgs/AGRIF_DEMO/EXPREF/2_namelist_cfg

    r14229 r15127  
    1212!!   namtsd       data: temperature & salinity                          (default: OFF) 
    1313!!   namcrs       coarsened grid (for outputs and/or TOP)               (ln_crs =T) 
    14 !!   namc1d       1D configuration options                              ("key_c1d") 
    15 !!   namc1d_dyndmp 1D newtonian damping applied on currents             ("key_c1d") 
    16 !!   namc1d_uvd   1D data (currents)                                    ("key_c1d") 
     14!!   namc1d       1D configuration options                              (ln_c1d =T) 
     15!!   namc1d_dyndmp 1D newtonian damping applied on currents             (ln_c1d =T) 
     16!!   namc1d_uvd   1D data (currents)                                    (ln_c1d =T) 
    1717!!====================================================================== 
    1818! 
     
    4040/ 
    4141!----------------------------------------------------------------------- 
     42&namtile        !   parameters of the tiling 
     43!----------------------------------------------------------------------- 
     44/ 
     45!----------------------------------------------------------------------- 
    4246&namtsd        !    Temperature & Salinity Data                         (default: OFF) 
    4347!----------------------------------------------------------------------- 
    44    !                       ! =T  read T-S fields for: 
    45    ln_tsd_init = .true.          !  ocean initialisation 
    46    ln_tsd_dmp  = .false.         !  T-S restoring   (see namtra_dmp) 
    47  
    48    cn_dir = './'     !  root directory for the T-S data location 
    49    !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________! 
    50    !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! 
    51    !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   ! 
    52    sn_tem = 'data_1m_potential_temperature_nomask',     -1.   ,'votemper',   .true.    , .true. , 'yearly'  ,    ''    ,    ''    ,    '' 
    53    sn_sal = 'data_1m_salinity_nomask'             ,     -1.   ,'vosaline',   .true.    , .true. , 'yearly'  ,    ''    ,    ''    ,    '' 
    5448/ 
    5549!!====================================================================== 
     
    112106!----------------------------------------------------------------------- 
    113107   !                       ! type of penetration                        (default: NO selection) 
    114    ln_qsr_rgb  = .true.       !  RGB light penetration (Red-Green-Blue) 
    115    ! 
    116    nn_chldta   =      1       !  RGB : Chl data (=1) or cst value (=0) 
     108   ln_qsr_2bd  = .true.    !  2BD light penetration (two bands) 
     109   !                       !  RGB & 2BD choices: 
     110   rn_si1      =   10.0       !  2BD : longest depth of extinction 
     111   ln_qsr_rgb  = .false.      !  RGB light penetration (Red-Green-Blue) 
     112   ! 
     113   nn_chldta   =      0       !  RGB : Chl data (=1) or cst value (=0) 
    117114 
    118115   cn_dir      = './'      !  root directory for the chlorophyl data location 
    119    !___________!_________________________!___________________!___________!_____________!________!___________!______________________________________!__________!_______________! 
    120    !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ !          weights filename            ! rotation ! land/sea mask ! 
    121    !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                                      ! pairing  !    filename   ! 
    122    sn_chl      ='chlorophyll'            ,        -1.        , 'CHLA'    ,   .true.    , .true. , 'yearly'  , ''                                  , ''       , '' 
     116   !___________!_________________________!___________________!___________!_____________!________!___________!_______________________________!__________!_______________! 
     117   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ !          weights filename     ! rotation ! land/sea mask ! 
     118   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                               ! pairing  !    filename   ! 
     119   sn_chl      ='chlorophyll'            ,        -1.        , 'CHLA'    ,   .true.    , .true. , 'yearly'  , 'weights_ORCA2_nordic1_bilin' , ''       , '' 
    123120/ 
    124121!----------------------------------------------------------------------- 
     
    157154&namagrif      !  AGRIF zoom                                            ("key_agrif") 
    158155!----------------------------------------------------------------------- 
    159    ln_spc_dyn    = .true.  !  use 0 as special value for dynamics 
    160    ln_chk_bathy  = .false. !  =T  check the parent bathymetry 
     156   ln_init_chfrpar = .true. !  initialize child grids from parent 
    161157/ 
    162158!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.