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 6595 for branches/2016/dev_r6409_SIMPLIF_2_usrdef/NEMOGCM/CONFIG/GYRE_BFM/EXP00 – NEMO

Ignore:
Timestamp:
2016-05-22T08:57:02+02:00 (8 years ago)
Author:
gm
Message:

#1692 - branch SIMPLIF_2_usrdef: add namusr_def, domain size read in file, interface with arguments for hgr_read and usr_def_hgr

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2016/dev_r6409_SIMPLIF_2_usrdef/NEMOGCM/CONFIG/GYRE_BFM/EXP00/namelist_cfg

    r6140 r6595  
    8585   nn_fsbc     = 1         !  frequency of surface boundary condition computation 
    8686                           !     (also = the frequency of sea-ice model call) 
    87    ln_ana      = .true.    !  analytical formulation                    (T => fill namsbc_ana ) 
    88    ln_blk_core = .false.   !  CORE bulk formulation                     (T => fill namsbc_core) 
     87   ln_usr      = .true.    !  user defined formulation                  (T => check usrdef_sbc) 
    8988   nn_ice      = 0         !  =0 no ice boundary condition   , 
    9089   ln_rnf      = .false.   !  runoffs                                   (T => fill namsbc_rnf) 
    9190   ln_ssr      = .false.   !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr) 
    9291   nn_fwb      = 0         !  FreshWater Budget: =0 unchecked 
    93 / 
    94 !----------------------------------------------------------------------- 
    95 &namsbc_ana    !   analytical surface boundary condition 
    96 !----------------------------------------------------------------------- 
    97    nn_tau000   =   100     !  gently increase the stress over the first ntau_rst time-steps 
    98    rn_utau0    =   0.1e0   !  uniform value for the i-stress 
    9992/ 
    10093!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.