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 9544 for branches/2017 – NEMO

Changeset 9544 for branches/2017


Ignore:
Timestamp:
2018-05-03T18:28:51+02:00 (6 years ago)
Author:
cetlod
Message:

No need to initialize solar penetration for Offline since qsr is read in file

Location:
branches/2017/dev_merge_2017/NEMOGCM
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/ORCA2_OFF_PISCES/EXP00/namelist_cfg

    r9539 r9544  
    133133&namtra_qsr    !   penetrative solar radiation                          (ln_traqsr =T) 
    134134!----------------------------------------------------------------------- 
    135    !                       !  type of penetration                        (default: NO selection) 
    136    ln_qsr_2bd  = .true.      !  2BD light penetration (two bands) 
    137135/ 
    138136!----------------------------------------------------------------------- 
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/ORCA2_OFF_TRC/EXP00/namelist_cfg

    r9539 r9544  
    133133&namtra_qsr    !   penetrative solar radiation                          (ln_traqsr =T) 
    134134!----------------------------------------------------------------------- 
    135    !                       !  type of penetration                        (default: NO selection) 
    136    ln_qsr_2bd  = .true.      !  2BD light penetration (two bands) 
    137135/ 
    138136!----------------------------------------------------------------------- 
  • branches/2017/dev_merge_2017/NEMOGCM/NEMO/OFF_SRC/nemogcm.F90

    r9539 r9544  
    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) 
    3332   USE trabbl         ! bottom boundary layer          (tra_bbl_init routine) 
    3433   USE traldf         ! lateral physics                (tra_ldf_init routine) 
     
    281280                           CALL tra_ldf_init    ! lateral mixing 
    282281      IF( l_ldfslp     )   CALL ldf_slp_init    ! slope of lateral mixing 
    283                            CALL tra_qsr_init    ! penetrative solar radiation qsr 
    284282      IF( ln_trabbl    )   CALL tra_bbl_init    ! advective (and/or diffusive) bottom boundary layer scheme 
    285283 
Note: See TracChangeset for help on using the changeset viewer.