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 1295 – NEMO

Changeset 1295


Ignore:
Timestamp:
2009-02-05T11:53:05+01:00 (15 years ago)
Author:
ctlod
Message:

allow to read the december monthly field of the previous year from a non climatological monthly file

File:
1 edited

Legend:

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

    r1275 r1295  
    330330            IF( sdjf%freqh == -1. ) THEN    ! monthly mean 
    331331               sdjf%rec_b(1) = 12.          ! force to read december mean 
     332               llprevyr = .NOT. sdjf%ln_clim 
    332333            ELSE    
    333334               IF( sdjf%cltype == 'monthly' ) THEN   ! monthly file 
Note: See TracChangeset for help on using the changeset viewer.