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 9179 for branches/2017/dev_merge_2017/NEMOGCM/NEMO/OPA_SRC/CRS/crs.F90 – NEMO

Ignore:
Timestamp:
2018-01-04T15:13:38+01:00 (6 years ago)
Author:
davestorkey
Message:

dev_merge_2017: fixing bug introduced in last commit.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_merge_2017/NEMOGCM/NEMO/OPA_SRC/CRS/crs.F90

    r9169 r9179  
    122122                                                !: 1 = binning centers at equator (north fold my have artifacts)      
    123123                                                !:    for even reduction factors, equator placed in bin biased south 
    124       LOGICAL           :: ln_msh_crs = 1          !: =T Create a meshmask file for CRS 
     124      LOGICAL           :: ln_msh_crs = .TRUE.     !: =T Create a meshmask file for CRS 
    125125      INTEGER           :: nn_crs_kz    =    0     !: type of Kz coarsening ( =0->VOL ; =1->MAX ; =2->MIN)  
    126126      LOGICAL           :: ln_crs_wn    = .FALSE.  !: coarsening wn or computation using horizontal divergence  
Note: See TracChangeset for help on using the changeset viewer.