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 3578 for trunk – NEMO

Changeset 3578 for trunk


Ignore:
Timestamp:
2012-11-16T12:51:42+01:00 (11 years ago)
Author:
smasson
Message:

bugfix in fldread when rotating field with no time interpolation, see ticket:940

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/NEMO/OPA_SRC/SBC/fldread.F90

    r3294 r3578  
    831831         IF( LEN( TRIM(sdf_n(jf)%wname) ) > 0 )   sdf(jf)%wgtname = TRIM( cdir )//TRIM( sdf_n(jf)%wname ) 
    832832         sdf(jf)%vcomp   = sdf_n(jf)%vcomp 
     833         sdf(jf)%rotn    = .TRUE. 
    833834      END DO 
    834835 
Note: See TracChangeset for help on using the changeset viewer.