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

Changeset 876


Ignore:
Timestamp:
2008-04-02T16:06:47+02:00 (16 years ago)
Author:
ctlod
Message:

dev_001_SBC: add the TURB_CORE_2Z() function to compute drag coefficents using air temperature & humidity data referenced at 2m instead 10m, see ticket:#100

Location:
branches/dev_001_SBC/CONFIG
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • branches/dev_001_SBC/CONFIG/GYRE/EXP00/namelist

    r870 r876  
    777777!       namsbc_core  CORE bulk formulea 
    778778!----------------------------------------------------------------------- 
    779 !  cn_dir   directory in which the model is executed 
     779!  cn_dir         directory in which the model is executed 
     780!  ln_2m          logical flag to use air temp. and hum referenced at 2m instead 10m 
     781!  alpha_precip   multiplication factor for precipitation (total & snow) 
    780782! 
    781783!  THE ORDER OF THE FILES MATTER: 
     
    784786&namsbc_core 
    785787   cn_dir       = './' 
     788   ln_2m        = .FALSE. 
     789   alpha_precip = 1. 
    786790   sn_wndi      =    'u10'        ,       24.         ,  'U_10_MOD',    .FALSE.        ,    1   ,    0     
    787791   sn_wndj      =    'v10'        ,       24.         ,  'V_10_MOD',    .FALSE.        ,    1   ,    0     
  • branches/dev_001_SBC/CONFIG/GYRE_LOBSTER/EXP00/namelist

    r870 r876  
    778778!       namsbc_core  CORE bulk formulea 
    779779!----------------------------------------------------------------------- 
    780 !  cn_dir   directory in which the model is executed 
     780!  cn_dir         directory in which the model is executed 
     781!  ln_2m          logical flag to use air temp. and hum referenced at 2m instead 10m 
     782!  alpha_precip   multiplication factor for precipitation (total & snow) 
    781783! 
    782784!  THE ORDER OF THE FILES MATTER: 
     
    785787&namsbc_core 
    786788   cn_dir       = './' 
     789   ln_2m        = .FALSE. 
     790   alpha_precip = 1. 
    787791   sn_wndi      =    'u10'        ,       24.         ,  'U_10_MOD',    .FALSE.        ,    1   ,    0     
    788792   sn_wndj      =    'v10'        ,       24.         ,  'V_10_MOD',    .FALSE.        ,    1   ,    0     
  • branches/dev_001_SBC/CONFIG/ORCA2_LIM/EXP00/1_namelist

    r870 r876  
    777777!       namsbc_core  CORE bulk formulea 
    778778!----------------------------------------------------------------------- 
    779 !  cn_dir   directory in which the model is executed 
     779!  cn_dir         directory in which the model is executed 
     780!  ln_2m          logical flag to use air temp. and hum referenced at 2m instead 10m 
     781!  alpha_precip   multiplication factor for precipitation (total & snow) 
    780782! 
    781783!  THE ORDER OF THE FILES MATTER: 
     
    784786&namsbc_core 
    785787   cn_dir       = './' 
     788   ln_2m        = .FALSE. 
     789   alpha_precip = 1. 
    786790   sn_wndi      =    'u10'        ,       24.         ,  'U_10_MOD',    .FALSE.        ,    1   ,    0     
    787791   sn_wndj      =    'v10'        ,       24.         ,  'V_10_MOD',    .FALSE.        ,    1   ,    0     
  • branches/dev_001_SBC/CONFIG/ORCA2_LIM/EXP00/namelist

    r870 r876  
    777777!       namsbc_core  CORE bulk formulea 
    778778!----------------------------------------------------------------------- 
    779 !  cn_dir   directory in which the model is executed 
     779!  cn_dir         directory in which the model is executed 
     780!  ln_2m          logical flag to use air temp. and hum referenced at 2m instead 10m 
     781!  alpha_precip   multiplication factor for precipitation (total & snow) 
    780782! 
    781783!  THE ORDER OF THE FILES MATTER: 
     
    784786&namsbc_core 
    785787   cn_dir       = './' 
     788   ln_2m        = .FALSE. 
     789   alpha_precip = 1. 
    786790   sn_wndi      =    'u10'        ,       24.         ,  'U_10_MOD',    .FALSE.        ,    1   ,    0     
    787791   sn_wndj      =    'v10'        ,       24.         ,  'V_10_MOD',    .FALSE.        ,    1   ,    0     
Note: See TracChangeset for help on using the changeset viewer.