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 2325 for branches/nemo_v3_3_beta/NEMOGCM/CONFIG/ORCA2_LIM/EXP00 – NEMO

Ignore:
Timestamp:
2010-10-28T10:58:09+02:00 (14 years ago)
Author:
cetlod
Message:

Improvment of trabbc.F90 routine ( by gm ) : dynamical allocation + suppression of key_trabbc

Location:
branches/nemo_v3_3_beta/NEMOGCM/CONFIG/ORCA2_LIM/EXP00
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/nemo_v3_3_beta/NEMOGCM/CONFIG/ORCA2_LIM/EXP00/1_namelist

    r2317 r2325  
    201201   ln_qsr_2bd  = .false.   !  2 bands              light penetration 
    202202   ln_qsr_bio  = .false.   !  bio-model light penetration 
    203    nn_chldta   =      0    !  RGB : Chl data (=1) or cst value (=0) 
     203   nn_chldta   =      1    !  RGB : Chl data (=1) or cst value (=0) 
    204204   rn_abs      =   0.58    !  RGB & 2 bands: fraction of light (rn_si1) 
    205205   rn_si0      =   0.35    !  RGB & 2 bands: shortess depth of extinction 
     
    348348!!====================================================================== 
    349349!!   nambfr        bottom friction 
    350 !!   nambbc        bottom temperature boundary condition                ("key_trabbc") 
     350!!   nambbc        bottom temperature boundary condition                 
    351351!!   nambbl        bottom boundary layer scheme                         ("key_trabbl") 
    352352!!====================================================================== 
     
    366366&nambbc        !   bottom temperature boundary condition 
    367367!----------------------------------------------------------------------- 
     368   ln_trabbc   = .true.    !  Apply a geothermal heating at the ocean bottom 
    368369   nn_geoflx   =    2      !  geothermal heat flux: = 0 no flux  
    369370                           !     = 1 constant flux 
  • branches/nemo_v3_3_beta/NEMOGCM/CONFIG/ORCA2_LIM/EXP00/namelist

    r2317 r2325  
    381381!!====================================================================== 
    382382!!   nambfr        bottom friction 
    383 !!   nambbc        bottom temperature boundary condition                ("key_trabbc") 
     383!!   nambbc        bottom temperature boundary condition                
    384384!!   nambbl        bottom boundary layer scheme                         ("key_trabbl") 
    385385!!====================================================================== 
     
    399399&nambbc        !   bottom temperature boundary condition 
    400400!----------------------------------------------------------------------- 
     401   ln_trabbc   = .true.    !  Apply a geothermal heating at the ocean bottom 
    401402   nn_geoflx   =    2      !  geothermal heat flux: = 0 no flux  
    402403                           !     = 1 constant flux 
Note: See TracChangeset for help on using the changeset viewer.