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 14644 for NEMO/branches/2020/dev_r14116_HPC-04_mcastril_Mixed_Precision_implementation_final/cfgs/SHARED/namelist_ref – NEMO

Ignore:
Timestamp:
2021-03-26T15:33:49+01:00 (3 years ago)
Author:
sparonuz
Message:

Merge trunk -r14642:HEAD

Location:
NEMO/branches/2020/dev_r14116_HPC-04_mcastril_Mixed_Precision_implementation_final
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2020/dev_r14116_HPC-04_mcastril_Mixed_Precision_implementation_final

    • Property svn:externals
      •  

        old new  
        99 
        1010# SETTE 
        11 ^/utils/CI/sette_wave@13990         sette 
         11^/utils/CI/sette@14244        sette 
  • NEMO/branches/2020/dev_r14116_HPC-04_mcastril_Mixed_Precision_implementation_final/cfgs/SHARED/namelist_ref

    r14200 r14644  
    5757      !                          !    = -1 do not do any restart 
    5858   nn_stocklist = 0,0,0,0,0,0,0,0,0,0 ! List of timesteps when a restart file is to be written 
    59    nn_write    =       0   !  used only if key_iomput is not defined: output frequency (modulo referenced to nn_it000) 
     59   nn_write    =       0   !  used only if key_xios is not defined: output frequency (modulo referenced to nn_it000) 
    6060      !                          !    =  0 force to write output files only at the end of the run 
    6161      !                          !    = -1 do not do any output file 
     
    220220   nn_components = 0       !  configuration of the opa-sas OASIS coupling 
    221221      !                    !  =0 no opa-sas OASIS coupling: default single executable config. 
    222       !                    !  =1 opa-sas OASIS coupling: multi executable config., OPA component 
     222      !                    !  =1 opa-sas OASIS coupling: multi executable config., OCE component 
    223223      !                    !  =2 opa-sas OASIS coupling: multi executable config., SAS component 
    224224                     ! Sea-ice : 
     
    644644   rn_test_box             = 108.0,  116.0, -66.0, -58.0 
    645645   ln_use_calving          = .false. ! Use calving data even when nn_test_icebergs > 0 
    646    rn_speed_limit          = 0.      ! CFL speed limit for a berg 
     646   rn_speed_limit          = 0.      ! CFL speed limit for a berg (safe value is 0.4, see #2581) 
    647647   ! 
    648648   ln_M2016                = .false. ! use Merino et al. (2016) modification (use of 3d ocean data instead of only sea surface data) 
     
    10921092   ln_dynrnf       =  .false.    !  runoffs option enabled (T) or not (F) 
    10931093   ln_dynrnf_depth =  .false.    !  runoffs is spread in vertical (T) or not (F) 
    1094    fwbcorr         =    0.0      !  annual global mean of empmr for ssh correction 
    1095  
     1094   ! 
    10961095   cn_dir      = './'      !  root directory for the ocean data location 
    10971096   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________! 
     
    14851484!!                  ***  Miscellaneous namelists  ***                 !! 
    14861485!!                                                                    !! 
    1487 !!   nammpp            Massively Parallel Processing                    ("key_mpp_mpi") 
     1486!!   nammpp            Massively Parallel Processing 
    14881487!!   namctl            Control prints                                   (default: OFF) 
    14891488!!   namsto            Stochastic parametrization of EOS                (default: OFF) 
     
    14911490! 
    14921491!----------------------------------------------------------------------- 
    1493 &nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi") 
     1492&nammpp        !   Massively Parallel Processing 
    14941493!----------------------------------------------------------------------- 
    14951494   ln_listonly =  .false.  !  do nothing else than listing the best domain decompositions (with land domains suppression) 
     
    14991498   jpnj        =   0       !  number of processors following j (set automatically if < 1), see also ln_listonly = T 
    15001499   nn_hls      =   1       !  halo width (applies to both rows and columns) 
     1500   nn_comm     =   1       !  comm choice 
    15011501/ 
    15021502!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.