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 7970 for trunk/NEMOGCM/NEMO – NEMO

Changeset 7970 for trunk/NEMOGCM/NEMO


Ignore:
Timestamp:
2017-04-26T10:50:22+02:00 (7 years ago)
Author:
cetlod
Message:

trunk:minor bugfix to allow PISCES running in leap calendar

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/NEMO/TOP_SRC/PISCES/P4Z/p4zopt.F90

    r7753 r7970  
    3434 
    3535   TYPE(FLD), ALLOCATABLE, DIMENSION(:) ::   sf_par      ! structure of input par 
    36    INTEGER , PARAMETER :: nbtimes = 365  !: maximum number of times record in a file 
     36   INTEGER , PARAMETER :: nbtimes = 366  !: maximum number of times record in a file 
    3737   INTEGER  :: ntimes_par                ! number of time steps in a file 
    3838   REAL(wp), ALLOCATABLE, SAVE,   DIMENSION(:,:) :: par_varsw    !: PAR fraction of shortwave 
Note: See TracChangeset for help on using the changeset viewer.