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 7553 – NEMO

Changeset 7553


Ignore:
Timestamp:
2017-01-13T10:03:02+01:00 (7 years ago)
Author:
isabella
Message:

added switch data type

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5518_pcbias_ipc/NEMOGCM/NEMO/OPA_SRC/ASM/bias.F90

    r7552 r7553  
    162162   LOGICAL, PRIVATE :: ln_bsyncro      ! syncronous or assincrous bias correction    
    163163   LOGICAL, PRIVATE :: ln_itdecay      ! evolve bias correction at every time step.   
    164    LOGICAL, PRIVATE :: ln_incpc        ! incremental pressure correction 
     164   LOGICAL, PRIVATE :: ln_incpc        ! incremental pressure correction plus pressure correction 
     165   LOGICAL, PRIVATE :: ln_incpc_only        ! incremental pressure correction only 
    165166 
    166167   REAL(wp), PRIVATE, DIMENSION(:,:), ALLOCATABLE :: fbcoef 
Note: See TracChangeset for help on using the changeset viewer.