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 8565 for branches/2017/dev_r8183_ICEMODEL/NEMOGCM/NEMO/LIM_SRC_3/ice1D.F90 – NEMO

Ignore:
Timestamp:
2017-09-27T12:09:10+02:00 (7 years ago)
Author:
clem
Message:

trying to respect naming convention

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_r8183_ICEMODEL/NEMOGCM/NEMO/LIM_SRC_3/ice1D.F90

    r8564 r8565  
    2727   !: are the variables corresponding to 2d vectors 
    2828 
    29 !! please, DOCTOR naming convention   starting by i means LOCAL integer 
    30 !!         ===>>>  rename idxice  as nidice or nidthd, or nidx_thd or midx ... ? 
    31    INTEGER , PUBLIC, ALLOCATABLE, SAVE, DIMENSION(:) ::   idxice !: selected points for ice thermo 
    32    INTEGER , PUBLIC                                  ::   nidx   !  number of selected points 
     29   INTEGER , PUBLIC, ALLOCATABLE, SAVE, DIMENSION(:) ::   nptidx !: selected points for ice thermo 
     30   INTEGER , PUBLIC                                  ::   npti   !  number of selected points 
    3331 
    3432   REAL(wp), PUBLIC, ALLOCATABLE, SAVE, DIMENSION(:) ::   qlead_1d      
     
    175173 
    176174      ii = 1 
    177       ALLOCATE( idxice   (jpij) ,   & 
     175      ALLOCATE( nptidx   (jpij) ,   & 
    178176         &      qlead_1d (jpij) , ftr_ice_1d(jpij) , qsr_ice_1d (jpij) ,   & 
    179177         &      fr1_i0_1d(jpij) , fr2_i0_1d (jpij) , qns_ice_1d(jpij)  ,   & 
Note: See TracChangeset for help on using the changeset viewer.