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 6772 for branches/2015/dev_r5003_MERCATOR6_CRS/NEMOGCM/NEMO/OPA_SRC/LBC/mppini_2.h90 – NEMO

Ignore:
Timestamp:
2016-07-01T18:02:45+02:00 (8 years ago)
Author:
cbricaud
Message:

clean in coarsening branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5003_MERCATOR6_CRS/NEMOGCM/NEMO/OPA_SRC/LBC/mppini_2.h90

    r5602 r6772  
    7272 
    7373      ! read namelist for ln_zco 
    74       NAMELIST/namzgr/ ln_zco, ln_zps, ln_sco 
     74      NAMELIST/namzgr/ ln_zco, ln_zps, ln_sco, ln_isfcav 
    7575 
    7676      !!---------------------------------------------------------------------- 
     
    310310 
    311311         isurf = 0 
    312          DO jj = 1+jprecj, ilj-jprecj 
    313             DO  ji = 1+jpreci, ili-jpreci 
     312         DO jj = 1, ilj 
     313            DO  ji = 1, ili 
    314314               IF( imask(ji+iimppt(ii,ij)-1, jj+ijmppt(ii,ij)-1) == 1) isurf = isurf+1 
    315315            END DO 
Note: See TracChangeset for help on using the changeset viewer.