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

Changeset 7969


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

minor bugfix to allow PISCES running in leap calendar

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/nemo_v3_6_STABLE/NEMOGCM/NEMO/TOP_SRC/PISCES/P4Z/p4zopt.F90

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