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

Changeset 60


Ignore:
Timestamp:
2004-04-22T13:47:17+02:00 (20 years ago)
Author:
opalod
Message:

CT : BUGFIX034 : Compilation error corrected when using key_flx_forced_daily cpp key. Due to the wrong arrays dimension declaration in flx_oce.F90

File:
1 edited

Legend:

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

    r18 r60  
    2323   !! 'key_flx_forced_daily' 
    2424   !!---------------------------------------------------------------------- 
    25    REAL(wp), PUBLIC, DIMENSION(jpi,jpj,3) ::   &  !: 
     25   REAL(wp), PUBLIC, DIMENSION(jpi,jpj) ::   &  !: 
    2626      p_qt ,        &   !: total heat flux ( solar + non solar) 
    2727      p_qsr,        &   !: solar heat flux 
Note: See TracChangeset for help on using the changeset viewer.