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 8614 for branches/2017 – NEMO

Changeset 8614 for branches/2017


Ignore:
Timestamp:
2017-10-11T13:34:46+02:00 (7 years ago)
Author:
andmirek
Message:

#1953 typo and AGRIF related print

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_r8600_xios_read/NEMOGCM/NEMO/OPA_SRC/DOM/domain.F90

    r8612 r8614  
    336336         WRITE(numout,*) '      IS coupling at the restart step ln_iscpl   = ', ln_iscpl 
    337337         WRITE(numout,*) '      READ restart for a single file using XIOS ln_xios_read =', ln_xios_read 
    338       IF( TRIM(Agrif_CFixed()) == '0') THEN 
    339          WRITE(numout,*) '      READ restart for a single file using XIOS WILL use not use AGRIF setting.' 
     338      IF( TRIM(Agrif_CFixed()) /= '0') THEN 
     339         WRITE(numout,*) '      READ restart for a single file using XIOS WILL not use AGRIF setting.' 
    340340      ENDIF 
    341341      ENDIF 
Note: See TracChangeset for help on using the changeset viewer.