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 10588 for NEMO/trunk/src/OCE – NEMO

Changeset 10588 for NEMO/trunk/src/OCE


Ignore:
Timestamp:
2019-01-28T12:50:41+01:00 (5 years ago)
Author:
jchanut
Message:

Remove some extra spaces that (weirdly) break AGRIF code conversion

Location:
NEMO/trunk/src/OCE
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/src/OCE/IOM/in_out_manager.F90

    r10570 r10588  
    119119      INTEGER :: ptimincr  = 1        !: timestep increment to output (time.step and run.stat) 
    120120   END TYPE 
    121    TYPE (sn_ctl) :: sn_cfctl     !: run control structure for selective output 
     121   TYPE(sn_ctl) :: sn_cfctl     !: run control structure for selective output 
    122122   LOGICAL ::   ln_timing        !: run control for timing 
    123123   LOGICAL ::   ln_diacfl        !: flag whether to create CFL diagnostics 
  • NEMO/trunk/src/OCE/nemogcm.F90

    r10583 r10588  
    688688      !!---------------------------------------------------------------------- 
    689689      LOGICAL :: setto, for_all 
    690       TYPE (sn_ctl) :: sn_cfctl 
     690      TYPE(sn_ctl) :: sn_cfctl 
    691691      !!---------------------------------------------------------------------- 
    692692      IF( for_all ) THEN 
Note: See TracChangeset for help on using the changeset viewer.