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 5904 for branches/2015/dev_r5836_NOC3_vvl_by_default – NEMO

Ignore:
Timestamp:
2015-11-20T15:54:45+01:00 (8 years ago)
Author:
acc
Message:

Branch 2015/dev_r5836_NOC3_vvl_by_default. Correct logical statement in dynspg_ts.F90 and correct misplaced variable in configuration namelists (ln_traqsr now in namsbc)

Location:
branches/2015/dev_r5836_NOC3_vvl_by_default/NEMOGCM
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5836_NOC3_vvl_by_default/NEMOGCM/CONFIG/AMM12/EXP00/namelist_cfg

    r5866 r5904  
    9999   nn_fwb      = 0         !  FreshWater Budget: =0 unchecked 
    100100   ln_apr_dyn  = .false.    !  Patm gradient added in ocean & ice Eqs.   (T => fill namsbc_apr ) 
     101   ln_traqsr   = .false.   !  Light penetration (T) or not (F) 
    101102 
    102103/ 
     
    136137&namtra_qsr    !   penetrative solar radiation 
    137138!----------------------------------------------------------------------- 
    138    ln_traqsr   = .false.   !  Light penetration (T) or not (F) 
    139139   nn_chldta   =      0    !  RGB : Chl data (=1) or cst value (=0) 
    140140/ 
  • branches/2015/dev_r5836_NOC3_vvl_by_default/NEMOGCM/CONFIG/ORCA2_OFF_PISCES/EXP00/namelist_cfg

    r5866 r5904  
    7070   nn_fsbc     = 1         !  frequency of surface boundary condition computation  
    7171   ln_rnf      = .false.   !  runoffs 
     72   ln_traqsr   = .false.   !  Light penetration (T) or not (F) 
    7273 
    7374!----------------------------------------------------------------------- 
    7475&namtra_qsr    !   penetrative solar radiation 
    7576!----------------------------------------------------------------------- 
    76    ln_traqsr   = .false.   !  Light penetration (T) or not (F) 
    7777/ 
    7878!----------------------------------------------------------------------- 
  • branches/2015/dev_r5836_NOC3_vvl_by_default/NEMOGCM/NEMO/OPA_SRC/DYN/dynspg_ts.F90

    r5866 r5904  
    648648         ! 
    649649         ! Compute associated depths at U and V points: 
    650          IF( ln_dynadv_vec .OR. ln_linssh ) THEN   !* Vector form 
     650         IF( .NOT.( ln_dynadv_vec .OR. ln_linssh ) ) THEN   !* Vector form 
    651651            !                                         
    652652            DO jj = 2, jpjm1                             
Note: See TracChangeset for help on using the changeset viewer.