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

Ignore:
Timestamp:
2017-09-07T20:08:11+02:00 (7 years ago)
Author:
clem
Message:

changes in style - part5 - reaching the end

File:
1 edited

Legend:

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

    r8486 r8512  
    188188      ! In case Prather scheme is used for advection, write second order moments 
    189189      ! ------------------------------------------------------------------------ 
    190       IF( nn_limadv == -1 ) THEN 
     190      IF( ln_adv_Pra ) THEN 
    191191          
    192192         DO jl = 1, jpl  
     
    461461      ! In case Prather scheme is used for advection, read second order moments 
    462462      ! ------------------------------------------------------------------------ 
    463       IF( nn_limadv == -1 ) THEN 
     463      IF( ln_adv_Pra ) THEN 
    464464 
    465465         DO jl = 1, jpl  
Note: See TracChangeset for help on using the changeset viewer.