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 7163 for branches/2016/dev_r6711_SIMPLIF_6_aerobulk/NEMOGCM/NEMO/OPA_SRC/IOM/in_out_manager.F90 – NEMO

Ignore:
Timestamp:
2016-11-01T15:26:15+01:00 (7 years ago)
Author:
gm
Message:

#1751 - branch SIMPLIF_6_aerobulk: update option control in sbcmod + uniformization of print in ocean_output (many module involved)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2016/dev_r6711_SIMPLIF_6_aerobulk/NEMOGCM/NEMO/OPA_SRC/IOM/in_out_manager.F90

    r6140 r7163  
    1818   PUBLIC 
    1919 
    20   
    21    ! 
    2220   !!---------------------------------------------------------------------- 
    2321   !!                   namrun namelist parameters 
     
    9593   !!                    output monitoring 
    9694   !!---------------------------------------------------------------------- 
    97    LOGICAL ::   ln_ctl       !: run control for debugging 
    98    INTEGER ::   nn_timing    !: run control for timing 
    99    INTEGER ::   nn_diacfl    !: flag whether to create CFL diagnostics 
    100    INTEGER ::   nn_print     !: level of print (0 no print) 
    101    INTEGER ::   nn_ictls     !: Start i indice for the SUM control 
    102    INTEGER ::   nn_ictle     !: End   i indice for the SUM control 
    103    INTEGER ::   nn_jctls     !: Start j indice for the SUM control 
    104    INTEGER ::   nn_jctle     !: End   j indice for the SUM control 
    105    INTEGER ::   nn_isplt     !: number of processors following i 
    106    INTEGER ::   nn_jsplt     !: number of processors following j 
    107    INTEGER ::   nn_bench     !: benchmark parameter (0/1) 
    108    INTEGER ::   nn_bit_cmp   =    0    !: bit reproducibility  (0/1) 
    109  
     95   LOGICAL ::   ln_ctl           !: run control for debugging 
     96   INTEGER ::   nn_timing        !: run control for timing 
     97   INTEGER ::   nn_diacfl        !: flag whether to create CFL diagnostics 
     98   INTEGER ::   nn_print         !: level of print (0 no print) 
     99   INTEGER ::   nn_ictls         !: Start i indice for the SUM control 
     100   INTEGER ::   nn_ictle         !: End   i indice for the SUM control 
     101   INTEGER ::   nn_jctls         !: Start j indice for the SUM control 
     102   INTEGER ::   nn_jctle         !: End   j indice for the SUM control 
     103   INTEGER ::   nn_isplt         !: number of processors following i 
     104   INTEGER ::   nn_jsplt         !: number of processors following j 
     105   INTEGER ::   nn_bench         !: benchmark parameter (0/1) 
     106   INTEGER ::   nn_bit_cmp = 0   !: bit reproducibility  (0/1) 
    110107   !                                           
    111108   INTEGER ::   nprint, nictls, nictle, njctls, njctle, isplt, jsplt, nbench    !: OLD namelist names 
     
    138135   !!                          Run control   
    139136   !!---------------------------------------------------------------------- 
     137   INTEGER       ::   no_print = 0          !: optional argument of fld_fill (if present, suppress some control print) 
    140138   INTEGER       ::   nstop = 0             !: error flag (=number of reason for a premature stop run) 
    141139   INTEGER       ::   nwarn = 0             !: warning flag (=number of warning found during the run) 
Note: See TracChangeset for help on using the changeset viewer.