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 8243 for branches/UKMO/test_moci_test_suite/NEMOGCM/NEMO/TOP_SRC/PISCES/P4Z/p4zopt.F90 – NEMO

Ignore:
Timestamp:
2017-06-29T11:41:55+02:00 (7 years ago)
Author:
andmirek
Message:

#1914 working XIOS read, XIOS write and single processor read

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/test_moci_test_suite/NEMOGCM/NEMO/TOP_SRC/PISCES/P4Z/p4zopt.F90

    r6793 r8243  
    335335      IF( ln_varpar ) THEN 
    336336         IF( kt == nit000 .OR. ( kt /= nit000 .AND. ntimes_par > 1 ) ) THEN 
     337            lspr = .false. 
    337338            CALL fld_read( kt, 1, sf_par ) 
     339            lspr = .false. 
    338340            par_varsw(:,:) = ( sf_par(1)%fnow(:,:,1) ) / 3.0 
    339341         ENDIF 
Note: See TracChangeset for help on using the changeset viewer.