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

Changeset 15032


Ignore:
Timestamp:
2021-06-21T12:09:29+02:00 (3 years ago)
Author:
jchanut
Message:

#2692, Update AGRIF_DEMO parameters (initial state interpolation from parent will be tested). Changed default agrif parameters in namelist_ref so that bathymetry checking is now the default.

Location:
NEMO/trunk/cfgs
Files:
5 edited

Legend:

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

    r15023 r15032  
    175175   rn_shlat    =    2.     !  no slip 
    176176/ 
     177!----------------------------------------------------------------------- 
     178&namagrif      !  AGRIF zoom                                            ("key_agrif") 
     179!----------------------------------------------------------------------- 
     180   ln_init_chfrpar = .true. !  initialize child grids from parent 
     181/ 
    177182!!====================================================================== 
    178183!!                ***  Top/Bottom boundary condition  ***             !! 
  • NEMO/trunk/cfgs/AGRIF_DEMO/EXPREF/2_namelist_cfg

    r15023 r15032  
    4646&namtsd        !    Temperature & Salinity Data                         (default: OFF) 
    4747!----------------------------------------------------------------------- 
    48    !                       ! =T  read T-S fields for: 
    49    ln_tsd_init = .true.          !  ocean initialisation 
    50    ln_tsd_dmp  = .false.         !  T-S restoring   (see namtra_dmp) 
    51  
    52    cn_dir = './'     !  root directory for the T-S data location 
    53    !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________! 
    54    !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! 
    55    !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   ! 
    56    sn_tem = 'data_1m_potential_temperature_nomask',     -1.   ,'votemper',   .true.    , .true. , 'yearly'  ,    ''    ,    ''    ,    '' 
    57    sn_sal = 'data_1m_salinity_nomask'             ,     -1.   ,'vosaline',   .true.    , .true. , 'yearly'  ,    ''    ,    ''    ,    '' 
    5848/ 
    5949!!====================================================================== 
     
    116106!----------------------------------------------------------------------- 
    117107   !                       ! type of penetration                        (default: NO selection) 
    118    ln_qsr_rgb  = .true.       !  RGB light penetration (Red-Green-Blue) 
    119    ! 
    120    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) 
    121114 
    122115   cn_dir      = './'      !  root directory for the chlorophyl data location 
    123    !___________!_________________________!___________________!___________!_____________!________!___________!______________________________________!__________!_______________! 
    124    !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ !          weights filename            ! rotation ! land/sea mask ! 
    125    !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                                      ! pairing  !    filename   ! 
    126    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' , ''       , '' 
    127120/ 
    128121!----------------------------------------------------------------------- 
     
    161154&namagrif      !  AGRIF zoom                                            ("key_agrif") 
    162155!----------------------------------------------------------------------- 
    163    ln_spc_dyn    = .true.  !  use 0 as special value for dynamics 
    164    ln_chk_bathy  = .false. !  =T  check the parent bathymetry 
     156   ln_init_chfrpar = .true. !  initialize child grids from parent 
    165157/ 
    166158!----------------------------------------------------------------------- 
  • NEMO/trunk/cfgs/AGRIF_DEMO/EXPREF/3_namelist_cfg

    r15023 r15032  
    4646&namtsd        !    Temperature & Salinity Data                         (default: OFF) 
    4747!----------------------------------------------------------------------- 
    48    !                       ! =T  read T-S fields for: 
    49    ln_tsd_init = .true.          !  ocean initialisation 
    50    ln_tsd_dmp  = .false.         !  T-S restoring   (see namtra_dmp) 
    51  
    52    cn_dir = './'     !  root directory for the T-S data location 
    53    !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________! 
    54    !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! 
    55    !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   ! 
    56    sn_tem = 'data_1m_potential_temperature_nomask',     -1.     ,'votemper',   .true.    , .true. , 'yearly'  ,    ''    ,    ''    ,    '' 
    57    sn_sal = 'data_1m_salinity_nomask'             ,     -1.     ,'vosaline',   .true.    , .true. , 'yearly'  ,    ''    ,    ''    ,    '' 
    5848/ 
    5949!!====================================================================== 
     
    116106!----------------------------------------------------------------------- 
    117107   !                       ! type of penetration                        (default: NO selection) 
    118    ln_qsr_rgb  = .true.       !  RGB light penetration (Red-Green-Blue) 
    119    ! 
    120    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) 
    121114 
    122115   cn_dir      = './'      !  root directory for the chlorophyl data location 
    123    !___________!_________________________!___________________!___________!_____________!________!___________!______________________________________!__________!_______________! 
    124    !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ !          weights filename            ! rotation ! land/sea mask ! 
    125    !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                                      ! pairing  !    filename   ! 
    126    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_nordic2_bilin' , ''       , '' 
    127120/ 
    128121!----------------------------------------------------------------------- 
     
    161154&namagrif      !  AGRIF zoom                                            ("key_agrif") 
    162155!----------------------------------------------------------------------- 
    163    ln_spc_dyn    = .true.  !  use 0 as special value for dynamics 
    164    ln_chk_bathy  = .false.  !  =T  check the parent bathymetry 
     156   ln_init_chfrpar = .true. !  initialize child grids from parent 
    165157/ 
    166158!----------------------------------------------------------------------- 
  • NEMO/trunk/cfgs/AGRIF_DEMO/EXPREF/AGRIF_FixedGrids.in

    r14976 r15032  
    112 
    2245 85 52 94 1 1 1 
    3 125 156 113 146 4 4 4 
     3121 146 113 133 4 4 4 
    440 
    551 
    6 38 80 71 111 3 3 3 
     620 60 27 60 3 3 3 
    770 
  • NEMO/trunk/cfgs/SHARED/namelist_ref

    r15023 r15032  
    694694   ln_vert_remap   = .false. !  use vertical remapping 
    695695   ln_spc_dyn      = .true.  !  use 0 as special value for dynamics 
    696    ln_chk_bathy    = .false. !  =T  check the parent bathymetry 
     696   ln_chk_bathy    = .true. !  =T  check the parent bathymetry 
    697697   rn_sponge_tra   = 0.002   !  coefficient for tracer   sponge layer [] 
    698698   rn_sponge_dyn   = 0.002   !  coefficient for dynamics sponge layer [] 
Note: See TracChangeset for help on using the changeset viewer.