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

Changeset 2225


Ignore:
Timestamp:
2010-10-12T16:13:01+02:00 (14 years ago)
Author:
cbricaud
Message:

add changes in namelist due to changes from devmercator2010_1

Location:
branches/DEV_r2191_3partymerge2010/CONFIG
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/DEV_r2191_3partymerge2010/CONFIG/ORCA2_LIM/EXP00/namelist

    r2207 r2225  
    281281   rn_alphc    =    0.65   !  compute albedo between two extremes values  
    282282   rn_alphdi   =    0.72   !  (Pyane, 1972) 
     283/ 
     284!----------------------------------------------------------------------- 
     285&namdta_tem    !   surface boundary condition : sea surface restoring 
     286!----------------------------------------------------------------------- 
     287!              !     file name                  ! frequency (hours) ! variable   ! time interpol. !  clim   !'yearly' or ! weights  ! rotation ! 
     288!              !                                !  (if <0  months)  !   name     !    (logical)   !  (T/F)  ! 'monthly'  ! filename ! pairing  ! 
     289  sn_tem       = 'data_1m_potential_temperature_nomask',  -1        , 'votemper' ,     .true.     , .true.  , 'yearly'   , ' '      , ' ' 
     290! 
     291  cn_dir       = './'      !  root directory for the location of the runoff files 
     292/ 
     293!----------------------------------------------------------------------- 
     294&namdta_sal    !   surface boundary condition : sea surface restoring 
     295!----------------------------------------------------------------------- 
     296!              !     file name                  ! frequency (hours) ! variable   ! time interpol. !  clim   ! 'yearly' or ! weights  ! rotation ! 
     297!              !                                !  (if <0  months)  !   name     !    (logical)   !  (T/F)  !  'monthly'  ! filename ! pairing  ! 
     298   sn_sal      =  'data_1m_salinity_nomask'     ,         -1        , 'vosaline' ,     .true.     , .true.  , 'yearly'    , ''       , ' ' 
     299! 
     300   cn_dir      = './'      !  root directory for the location of the runoff files 
    283301/ 
    284302 
     
    597615   nn_avb      =  0        !  horizontal averaged (=1) or not (=0) on avt and amv 
    598616   nn_ave      =  1        !  constant (=0) or profile (=1) background on avt 
     617/ 
     618!----------------------------------------------------------------------- 
     619&namzdf_gls                !   GLS vertical diffusion  ("key_zdfgls") 
     620!----------------------------------------------------------------------- 
     621   rn_emin     =   1.e-6   !  minimum value of e   [m2/s2] 
     622   rn_epsmin   =   1.e-12  !  minimum value of eps [m2/s3] 
     623   ln_length_lim = .true.  !  limit on the dissipation rate under stable stratification (Galperin et al., 1988) 
     624   clim_galp   =   0.53    !  galperin limit 
     625   ln_crban = .TRUE.       !  Use Craig & Banner (1994) surface wave mixing parametrisation 
     626   ln_sigpsi = .TRUE.      !  Activate or not Burchard 2001 mods on psi schmidt number in the wb case 
     627   rn_crban = 100.         !  Craig and Banner 1994 constant for wb tke flux 
     628   rn_charn =  70000.      !  Charnock constant for wb induced roughness length 
     629   nn_tkebc_surf  =   1    !  surface tke condition (0/1/2=Dir/Neum/Dir Mellor-Blumberg) 
     630   nn_tkebc_bot   =   1    !  bottom tke condition (0/1=Dir/Neum) 
     631   nn_psibc_surf  =   1    !  surface psi condition (0/1/2=Dir/Neum/Dir Mellor-Blumberg) 
     632   nn_psibc_bot   =   1    !  bottom psi condition (0/1=Dir/Neum) 
     633   nn_stab_func   =   2    !  stability function (0=Galp, 1= KC94, 2=CanutoA, 3=CanutoB) 
     634   nn_clos        =   1    !  predefined closure type (0=MY82, 1=k-eps, 2=k-w, 3=Gen) 
    599635/ 
    600636!----------------------------------------------------------------------- 
  • branches/DEV_r2191_3partymerge2010/CONFIG/ORCA2_LIM_PISCES/EXP00/namelist

    r2207 r2225  
    280280   rn_alphc    =    0.65   !  compute albedo between two extremes values  
    281281   rn_alphdi   =    0.72   !  (Pyane, 1972) 
     282/ 
     283!----------------------------------------------------------------------- 
     284&namdta_tem    !   surface boundary condition : sea surface restoring 
     285!----------------------------------------------------------------------- 
     286!              !     file name                  ! frequency (hours) ! variable   ! time interpol. !  clim   !'yearly' or ! weights  ! rotation ! 
     287!              !                                !  (if <0  months)  !   name     !    (logical)   !  (T/F)  ! 'monthly'  ! filename ! pairing  ! 
     288  sn_tem       = 'data_1m_potential_temperature_nomask',  -1        , 'votemper' ,     .true.     , .true.  , 'yearly'   , ' '      , ' ' 
     289! 
     290  cn_dir       = './'      !  root directory for the location of the runoff files 
     291/ 
     292!----------------------------------------------------------------------- 
     293&namdta_sal    !   surface boundary condition : sea surface restoring 
     294!----------------------------------------------------------------------- 
     295!              !     file name                  ! frequency (hours) ! variable   ! time interpol. !  clim   ! 'yearly' or ! weights  ! rotation ! 
     296!              !                                !  (if <0  months)  !   name     !    (logical)   !  (T/F)  !  'monthly'  ! filename ! pairing  ! 
     297   sn_sal      =  'data_1m_salinity_nomask'     ,         -1        , 'vosaline' ,     .true.     , .true.  , 'yearly'    , ''       , ' ' 
     298! 
     299   cn_dir      = './'      !  root directory for the location of the runoff files 
    282300/ 
    283301 
     
    596614   nn_avb      =  0        !  horizontal averaged (=1) or not (=0) on avt and amv 
    597615   nn_ave      =  1        !  constant (=0) or profile (=1) background on avt 
     616/ 
     617!----------------------------------------------------------------------- 
     618&namzdf_gls                !   GLS vertical diffusion  ("key_zdfgls") 
     619!----------------------------------------------------------------------- 
     620   rn_emin     =   1.e-6   !  minimum value of e   [m2/s2] 
     621   rn_epsmin   =   1.e-12  !  minimum value of eps [m2/s3] 
     622   ln_length_lim = .true.  !  limit on the dissipation rate under stable stratification (Galperin et al., 1988) 
     623   clim_galp   =   0.53    !  galperin limit 
     624   ln_crban = .TRUE.       !  Use Craig & Banner (1994) surface wave mixing parametrisation 
     625   ln_sigpsi = .TRUE.      !  Activate or not Burchard 2001 mods on psi schmidt number in the wb case 
     626   rn_crban = 100.         !  Craig and Banner 1994 constant for wb tke flux 
     627   rn_charn =  70000.      !  Charnock constant for wb induced roughness length 
     628   nn_tkebc_surf  =   1    !  surface tke condition (0/1/2=Dir/Neum/Dir Mellor-Blumberg) 
     629   nn_tkebc_bot   =   1    !  bottom tke condition (0/1=Dir/Neum) 
     630   nn_psibc_surf  =   1    !  surface psi condition (0/1/2=Dir/Neum/Dir Mellor-Blumberg) 
     631   nn_psibc_bot   =   1    !  bottom psi condition (0/1=Dir/Neum) 
     632   nn_stab_func   =   2    !  stability function (0=Galp, 1= KC94, 2=CanutoA, 3=CanutoB) 
     633   nn_clos        =   1    !  predefined closure type (0=MY82, 1=k-eps, 2=k-w, 3=Gen) 
    598634/ 
    599635!----------------------------------------------------------------------- 
  • branches/DEV_r2191_3partymerge2010/CONFIG/POMME/EXP00/namelist

    r2207 r2225  
    280280   rn_alphc    =    0.65   !  compute albedo between two extremes values  
    281281   rn_alphdi   =    0.72   !  (Pyane, 1972) 
     282/ 
     283!----------------------------------------------------------------------- 
     284&namdta_tem    !   surface boundary condition : sea surface restoring 
     285!----------------------------------------------------------------------- 
     286!              !     file name                  ! frequency (hours) ! variable   ! time interpol. !  clim   !'yearly' or ! weights  ! rotation ! 
     287!              !                                !  (if <0  months)  !   name     !    (logical)   !  (T/F)  ! 'monthly'  ! filename ! pairing  ! 
     288  sn_tem       = 'data_1m_potential_temperature_nomask',  -1        , 'votemper' ,     .true.     , .true.  , 'yearly'   , ' '      , ' ' 
     289! 
     290  cn_dir       = './'      !  root directory for the location of the runoff files 
     291/ 
     292!----------------------------------------------------------------------- 
     293&namdta_sal    !   surface boundary condition : sea surface restoring 
     294!----------------------------------------------------------------------- 
     295!              !     file name                  ! frequency (hours) ! variable   ! time interpol. !  clim   ! 'yearly' or ! weights  ! rotation ! 
     296!              !                                !  (if <0  months)  !   name     !    (logical)   !  (T/F)  !  'monthly'  ! filename ! pairing  ! 
     297   sn_sal      =  'data_1m_salinity_nomask'     ,         -1        , 'vosaline' ,     .true.     , .true.  , 'yearly'    , ''       , ' ' 
     298! 
     299   cn_dir      = './'      !  root directory for the location of the runoff files 
    282300/ 
    283301 
     
    594612   nn_avb      =  0        !  horizontal averaged (=1) or not (=0) on avt and amv 
    595613   nn_ave      =  1        !  constant (=0) or profile (=1) background on avt 
     614/ 
     615!----------------------------------------------------------------------- 
     616&namzdf_gls                !   GLS vertical diffusion  ("key_zdfgls") 
     617!----------------------------------------------------------------------- 
     618   rn_emin     =   1.e-6   !  minimum value of e   [m2/s2] 
     619   rn_epsmin   =   1.e-12  !  minimum value of eps [m2/s3] 
     620   ln_length_lim = .true.  !  limit on the dissipation rate under stable stratification (Galperin et al., 1988) 
     621   clim_galp   =   0.53    !  galperin limit 
     622   ln_crban = .TRUE.       !  Use Craig & Banner (1994) surface wave mixing parametrisation 
     623   ln_sigpsi = .TRUE.      !  Activate or not Burchard 2001 mods on psi schmidt number in the wb case 
     624   rn_crban = 100.         !  Craig and Banner 1994 constant for wb tke flux 
     625   rn_charn =  70000.      !  Charnock constant for wb induced roughness length 
     626   nn_tkebc_surf  =   1    !  surface tke condition (0/1/2=Dir/Neum/Dir Mellor-Blumberg) 
     627   nn_tkebc_bot   =   1    !  bottom tke condition (0/1=Dir/Neum) 
     628   nn_psibc_surf  =   1    !  surface psi condition (0/1/2=Dir/Neum/Dir Mellor-Blumberg) 
     629   nn_psibc_bot   =   1    !  bottom psi condition (0/1=Dir/Neum) 
     630   nn_stab_func   =   2    !  stability function (0=Galp, 1= KC94, 2=CanutoA, 3=CanutoB) 
     631   nn_clos        =   1    !  predefined closure type (0=MY82, 1=k-eps, 2=k-w, 3=Gen) 
    596632/ 
    597633!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.