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 9751 for NEMO/trunk/src/OFF – NEMO

Changeset 9751 for NEMO/trunk/src/OFF


Ignore:
Timestamp:
2018-06-06T15:00:58+02:00 (6 years ago)
Author:
nicolasmartin
Message:

Fix for OFF_PISCES ref cfg in DEBUG mode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/src/OFF/nemogcm.F90

    r9598 r9751  
    3030   USE ldftra         ! lateral diffusivity setting    (ldf_tra_init routine) 
    3131   USE ldfslp         ! slopes of neutral surfaces     (ldf_slp_init routine) 
     32   USE traqsr         ! solar radiation penetration    (tra_qsr_init routine) 
    3233   USE trabbl         ! bottom boundary layer          (tra_bbl_init routine) 
    3334   USE traldf         ! lateral physics                (tra_ldf_init routine) 
     
    280281                           CALL tra_ldf_init    ! lateral mixing 
    281282      IF( l_ldfslp     )   CALL ldf_slp_init    ! slope of lateral mixing 
     283      IF( ln_traqsr    )   CALL tra_qsr_init    ! penetrative solar radiation 
    282284      IF( ln_trabbl    )   CALL tra_bbl_init    ! advective (and/or diffusive) bottom boundary layer scheme 
    283285 
Note: See TracChangeset for help on using the changeset viewer.