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_3/limdia.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_3/limdia.F90

    r3875 r3901  
    3030   PUBLIC lim_dia       ! called by ice_step 
    3131 
    32    INTEGER, PUBLIC  ::   ntmoy   = 1  !: instantaneous values of ice evolution or averaging ntmoy 
    33    INTEGER, PUBLIC  ::   ninfo   = 1  !: frequency of ouputs on file ice_evolu in case of averaging 
     32   INTEGER, PUBLIC  ::   ntmoy    !: instantaneous values of ice evolution or averaging ntmoy 
     33   INTEGER, PUBLIC  ::   ninfo    !: frequency of ouputs on file ice_evolu in case of averaging 
    3434 
    3535   !                                              !!! Parameters for outputs to files "evolu" 
     
    3838   INTEGER, PARAMETER ::   jpchsep = jpchinf + 2   ! ??? 
    3939 
    40    INTEGER  ::   nfrinf  = 4         ! number of variables written in one line  
     40   INTEGER  ::   nfrinf    ! number of variables written in one line  
    4141   INTEGER  ::   nferme              ! last time step at which the var. are written on file 
    4242   INTEGER  ::   nvinfo              ! number of total variables  
     
    4545   REAL(wp) ::   epsi06 = 1.e-6_wp   ! small number 
    4646 
    47    CHARACTER(len= 8) ::   fmtinf = '1PE13.5 '   ! format of the output values   
     47   CHARACTER(len= 8) ::   fmtinf     ! format of the output values   
    4848   CHARACTER(len=30) ::   fmtw                  ! formats 
    4949   CHARACTER(len=30) ::   fmtr                  ! ??? 
Note: See TracChangeset for help on using the changeset viewer.