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.
namsbc_core in tags/nemo_v3_beta/DOC/TexFiles/Namelist – NEMO

source: tags/nemo_v3_beta/DOC/TexFiles/Namelist/namsbc_core @ 3452

Last change on this file since 3452 was 994, checked in by gm, 16 years ago

trunk - add steven correction + several other things + rename BETA into TexFiles?

  • Property svn:executable set to *
File size: 1.6 KB
Line 
1!-----------------------------------------------------------------------
2&namsbc_core               CORE bulk formulea
3!-----------------------------------------------------------------------
4   cn_dir       = './'     ! directory in which the model is executed
5   ln_2m        = .false.  ! logical flag to use air temp. and hum referenced at 2m instead 10m
6   alpha_precip = 1.       ! multiplication factor for precipitation (total & snow)
7!
8!  THE ORDER OF THE FILES MATTER:
9!               !   file name        ! frequency (hours) ! variable   ! time interpolation !  clim  ! starting !
10!               !                    !   (if <0  months) !   name     !    (logical)       !  (0/1) !  record  !
11   sn_wndi      =    'u10'           ,       24.         , 'U_10_MOD' ,     .false.        ,    1   ,    0   
12   sn_wndj      =    'v10'           ,       24.         , 'V_10_MOD' ,     .false.        ,    1   ,    0   
13   sn_qsr       =    'rad'           ,       24.         , 'SWDN_MOD' ,     .false.        ,    1   ,    0     
14   sn_qlw       =    'rad'           ,       24.         , 'LWDN_MOD' ,     .false.        ,    1   ,    0     
15   sn_tair      =    't10'           ,       24.         , 'T_10_MOD' ,     .false.        ,    1   ,    0     
16   sn_humi      =    'q10'           ,       24.         , 'Q_10_MOD' ,     .false.        ,    1   ,    0   
17   sn_prec      =    'precip'        ,      -12.         , 'RAIN'     ,     .false.        ,    1   ,    0     
18   sn_snow      =    'precip'        ,      -12.         , 'SNOW'     ,     .false.        ,    1   ,    0       
19/
Note: See TracBrowser for help on using the repository browser.