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 15613 for NEMO/releases/r4.0/r4.0-HEAD/src/TOP/PISCES/P4Z/p4zopt.F90 – NEMO

Ignore:
Timestamp:
2021-12-22T10:35:54+01:00 (2 years ago)
Author:
cetlod
Message:

r4.0-HEAD : bugfix to better manage the diurnal cycle in TOP, see ticket #2739

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/releases/r4.0/r4.0-HEAD/src/TOP/PISCES/P4Z/p4zopt.F90

    r14214 r15613  
    9696      !                                        !* Photosynthetically Available Radiation (PAR) 
    9797      !                                        !  -------------------------------------- 
    98       IF( l_trcdm2dc ) THEN                     !  diurnal cycle 
     98      IF( ln_trcdc2dm ) THEN                     !  diurnal cycle 
    9999         ! 
    100100         zqsr_corr(:,:) = qsr_mean(:,:) / ( 1.-fr_i(:,:) + rtrn ) 
Note: See TracChangeset for help on using the changeset viewer.