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 9686 for NEMO – NEMO

Changeset 9686 for NEMO


Ignore:
Timestamp:
2018-05-29T19:45:35+02:00 (6 years ago)
Author:
clem
Message:

put back the block nammpp into 1_namelist and 2_namelist

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

Legend:

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

    r9531 r9686  
    103103   ln_qsr_rgb  = .true.       !  RGB light penetration (Red-Green-Blue) 
    104104   ! 
    105    nn_chldta   =      0       !  RGB : Chl data (=1) or cst value (=0) 
     105   nn_chldta   =      1       !  RGB : Chl data (=1) or cst value (=0) 
    106106 
    107107   cn_dir      = './'      !  root directory for the chlorophyl data location 
     
    323323!!====================================================================== 
    324324! 
     325!!====================================================================== 
     326!!                  ***  Miscellaneous namelists  ***                 !! 
     327!!                                                                    !! 
     328!!   nammpp            Massively Parallel Processing                    ("key_mpp_mpi") 
     329!!   namctl            Control prints                                   (default: OFF) 
     330!!   namsto            Stochastic parametrization of EOS                (default: OFF) 
     331!!====================================================================== 
     332! 
     333! 
     334!----------------------------------------------------------------------- 
     335&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi") 
     336!----------------------------------------------------------------------- 
     337/ 
     338!----------------------------------------------------------------------- 
     339&namctl        !   Control prints                                       (default: OFF) 
     340!----------------------------------------------------------------------- 
     341/ 
     342!----------------------------------------------------------------------- 
     343&namsto        ! Stochastic parametrization of EOS                      (default: OFF) 
     344!----------------------------------------------------------------------- 
     345/ 
  • NEMO/trunk/cfgs/AGRIF_ICE/EXPREF/2_namelist_cfg

    r9531 r9686  
    103103   ln_qsr_rgb  = .true.       !  RGB light penetration (Red-Green-Blue) 
    104104   ! 
    105    nn_chldta   =      0       !  RGB : Chl data (=1) or cst value (=0) 
     105   nn_chldta   =      1       !  RGB : Chl data (=1) or cst value (=0) 
    106106 
    107107   cn_dir      = './'      !  root directory for the chlorophyl data location 
     
    323323!!====================================================================== 
    324324! 
     325!!====================================================================== 
     326!!                  ***  Miscellaneous namelists  ***                 !! 
     327!!                                                                    !! 
     328!!   nammpp            Massively Parallel Processing                    ("key_mpp_mpi") 
     329!!   namctl            Control prints                                   (default: OFF) 
     330!!   namsto            Stochastic parametrization of EOS                (default: OFF) 
     331!!====================================================================== 
     332! 
     333! 
     334!----------------------------------------------------------------------- 
     335&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi") 
     336!----------------------------------------------------------------------- 
     337/ 
     338!----------------------------------------------------------------------- 
     339&namctl        !   Control prints                                       (default: OFF) 
     340!----------------------------------------------------------------------- 
     341/ 
     342!----------------------------------------------------------------------- 
     343&namsto        ! Stochastic parametrization of EOS                      (default: OFF) 
     344!----------------------------------------------------------------------- 
     345/ 
  • NEMO/trunk/cfgs/AGRIF_ICE/EXPREF/namelist_cfg

    r9560 r9686  
    3434!----------------------------------------------------------------------- 
    3535   ln_read_cfg = .true.    !  (=T) read the domain configuration file 
    36       cn_domcfg = "ORCA_R2_zps_domcfg"    ! domain configuration filename 
     36      cn_domcfg = "ORCA_R2_zps_domcfg_agrif"    ! domain configuration filename 
    3737      ! 
    3838      ln_closea    = .false.    !  F => suppress closed seas (defined by closea_mask field)  
     
    115115   ln_qsr_rgb  = .true.       !  RGB light penetration (Red-Green-Blue) 
    116116   ! 
    117    nn_chldta   =      0       !  RGB : Chl data (=1) or cst value (=0) 
     117   nn_chldta   =      1       !  RGB : Chl data (=1) or cst value (=0) 
    118118 
    119119   cn_dir = './'  !  root directory for the chlorophyl data location 
Note: See TracChangeset for help on using the changeset viewer.