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 3901 for branches/2013/dev_r3853_CNRS9_ConfSetting/NEMOGCM/NEMO/LIM_SRC_2/limdia_2.F90 – NEMO

Ignore:
Timestamp:
2013-05-03T14:35:21+02:00 (11 years ago)
Author:
clevy
Message:

Configuration Setting/Step2, see ticket:#1074

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2013/dev_r3853_CNRS9_ConfSetting/NEMOGCM/NEMO/LIM_SRC_2/limdia_2.F90

    r3875 r3901  
    2929   PRIVATE 
    3030 
    31    PUBLIC               lim_dia_2          ! called by sbc_ice_lim_2 
    32  
    33    INTEGER, PUBLIC ::   ntmoy   = 1 ,   &  !: instantaneous values of ice evolution or averaging ntmoy 
    34       &                 ninfo   = 1        !: frequency of ouputs on file ice_evolu in case of averaging 
     31   PUBLIC               lim_dia_2     ! called by sbc_ice_lim_2 
     32 
     33   INTEGER, PUBLIC ::   ntmoy  ,   &  !: instantaneous values of ice evolution or averaging ntmoy 
     34      &                 ninfo         !: frequency of ouputs on file ice_evolu in case of averaging 
    3535 
    3636   INTEGER, PARAMETER ::   &  ! Parameters for outputs to files "evolu" 
     
    4040 
    4141   INTEGER ::   & 
    42       nfrinf  = 4 ,     &  ! number of variables written in one line  
     42      nfrinf ,          &  ! number of variables written in one line  
    4343      nferme ,          &  ! last time step at which the var. are written on file 
    4444      nvinfo ,          &  ! number of total variables  
     
    4646      naveg                ! number of step for accumulation before averaging 
    4747 
    48    CHARACTER(len= 8) ::   fmtinf  = '1PE13.5 ' ! format of the output values   
     48   CHARACTER(len= 8) ::   fmtinf  ! format of the output values   
    4949   CHARACTER(len=30) ::   fmtw  ,           &  ! formats 
    5050      &                   fmtr  ,           &  ! ??? 
Note: See TracChangeset for help on using the changeset viewer.