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 6838 for branches/UKMO/dev_r5518_convadj – NEMO

Ignore:
Timestamp:
2016-08-03T14:24:59+02:00 (8 years ago)
Author:
timgraham
Message:

Correction to variable name and modified namelist_ref

Location:
branches/UKMO/dev_r5518_convadj/NEMOGCM
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5518_convadj/NEMOGCM/CONFIG/SHARED/namelist_ref

    r5501 r6838  
    904904!!    namzdf_ddm    double diffusive mixing parameterization            ("key_zdfddm") 
    905905!!    namzdf_tmx    tidal mixing parameterization                       ("key_zdftmx") 
     906!!    namzdf_convadj  convective adjustment (cliff)                      
    906907!!====================================================================== 
    907908! 
     
    10091010   ln_tmx_itf  = .true.    !  ITF specific parameterisation 
    10101011   rn_tfe_itf  = 1.        !  ITF tidal dissipation efficiency 
     1012/ 
     1013 
     1014!----------------------------------------------------------------------- 
     1015&namzdf_convadj    !   Convective adjustment (cliff) parameterization    
     1016!----------------------------------------------------------------------- 
     1017  ln_convadj      = .false.        ! Use convective adjustment or not 
     1018  cn_convadj_mask = 'convadj.nc'   ! Name of mask file defining grid points where scheme should be used 
     1019  nn_con          = 5              ! Number of iterations at each timestep 
    10111020/ 
    10121021 
  • branches/UKMO/dev_r5518_convadj/NEMOGCM/NEMO/OPA_SRC/ZDF/zdfconvadj.F90

    r6837 r6838  
    2828   INTEGER nn_con                      ! Number of times to convect 
    2929   CHARACTER(300) cn_convadj_mask      ! NetCDF mask file indicating points 
    30    LOGICAL , PUBLIC ::   ln_zdfconvadj ! convadj flag - used in step and tra_ldfiso 
     30   LOGICAL , PUBLIC ::   ln_convadj ! convadj flag - used in step and tra_ldfiso 
    3131    
    3232   REAL(wp) , PUBLIC, SAVE, ALLOCATABLE, DIMENSION(:,:) :: convadj_mask !: mask of points where adjustment applied 
Note: See TracChangeset for help on using the changeset viewer.