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.
user/flavoni/libIGCM/change_BC (diff) – NEMO

Changes between Version 34 and Version 35 of user/flavoni/libIGCM/change_BC


Ignore:
Timestamp:
2009-12-01T11:29:39+01:00 (14 years ago)
Author:
flavoni
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • user/flavoni/libIGCM/change_BC

    v34 v35  
    153153 
    154154 4. Example of namelist : 
    155 !-----------------------------------------------------------------------[[BR]] 
    156 &namsbc_core   !   namsbc_core  CORE bulk formulea                      [[BR]] 
    157 !-----------------------------------------------------------------------[[BR]] 
    158 !              !   file name                   ! frequency (hours) ! variable   ! time interpol. !  clim   ! 'yearly'/ ! weights  ! rotation !        [[BR]] 
    159 !              !                               !  (if <0  months)  !   name     !    (logical)   !  (T/F)  ! 'monthly' ! filename ! pairing  !        [[BR]] 
    160    sn_wndi     = 'u_10.15JUNE2009_orca2'       ,       6           , 'U_10'     ,    .false.     , .true.  , 'yearly'  ,   ''     ,   ''   [[BR]] 
    161    sn_wndj     = 'v_10.15JUNE2009_orca2'       ,       6           , 'V_10'     ,    .false.     , .true.  , 'yearly'  ,   ''     ,   ''   [[BR]] 
    162    sn_qsr      = 'ncar_rad.15JUNE2009_orca2'   ,       24          , 'SWDN'     ,    .false.     , .true.  , 'yearly'  ,   ''     ,   ''   [[BR]] 
    163    sn_qlw      = 'ncar_rad.15JUNE2009_orca2'   ,       24          , 'LWDN'     ,    .false.     , .true.  , 'yearly'  ,   ''     ,   ''   [[BR]] 
    164    sn_tair     = 't_10.15JUNE2009_orca2'       ,       6           , 'T_10'     ,    .false.     , .true.  , 'yearly'  ,   ''     ,   ''   [[BR]] 
    165    sn_humi     = 'q_10.15JUNE2009_orca2'       ,       6           , 'Q_10'     ,    .false.     , .true.  , 'yearly'  ,   ''     ,   ''   [[BR]] 
    166    sn_prec     = 'ncar_precip.15JUNE2009_orca2',       -1          , 'RAIN'     ,    .false.     , .true.  , 'yearly'  ,   ''     ,   ''   [[BR]] 
    167    sn_snow     = 'ncar_precip.15JUNE2009_orca2',       -1          , 'SNOW'     ,    .false.     , .true.  , 'yearly'  ,   ''     ,   ''   [[BR]] 
    168    sn_tdif     = 'taudif_core'                 ,       24          , 'taudif'   ,    .false.     , .true.  , 'yearly'  ,   ''     ,   ''   [[BR]] 
    169 !   [[BR]] 
    170    cn_dir      = './'      !  root directory for the location of the bulk files   [[BR]] 
    171    ln_2m       = .false.   !  air temperature and humidity referenced at 2m (T) instead 10m (F)   [[BR]] 
    172    ln_taudif   = .false.   !  HF tau contribution: use "mean of stress module - module of the mean stress" data ? [[BR]] 
    173    rn_pfac     = 1.        !  multiplicative factor for precipitation (total & snow)   [[BR]] 
    174 /[[BR]] 
     155|| || || || || || || || || ||  
     156|| &namsbc_core  || namsbc_core  CORE bulk formulea || || || || || || || ||   
     157|| || || || || || || || || ||  
     158|| || file name || frequency (hours) || variable || time interpol. || clim || 'yearly'/ || weights || rotation ||  
     159|| || || (if <0  months) || name || (logical) || (T/F) || 'monthly' || filename || pairing ||  
     160|| sn_wndi || ='u_10.15JUNE2009_orca2'|| 6 || 'U_10' || .false. ||  .true.  ||  'yearly' || '' || ''  ||  
     161|| sn_wndj || ='v_10.15JUNE2009_orca2'|| 6 || 'V_10' || .false. ||  .true.  ||  'yearly' || '' || ''  ||  
     162|| sn_qsr  || ='ncar_rad.15JUNE2009_orca2'|| 24 || 'SWDN' || .false. ||  .true.  ||  'yearly' || '' || ''  ||  
     163|| sn_qlw  || ='ncar_rad.15JUNE2009_orca2'|| 24 || 'LWDN' || .false. ||  .true.  ||  'yearly' || '' || ''  ||  
     164|| sn_tair || ='t_10.15JUNE2009_orca2'|| 6 || 'T_10' || .false. ||  .true.  ||  'yearly' || '' || ''  ||  
     165|| sn_humi || ='q_10.15JUNE2009_orca2'|| 6 || 'Q_10' || .false. ||  .true.  ||  'yearly' || '' || ''  ||  
     166|| sn_prec || ='ncar_precip.15JUNE2009_orca2'|| -1 || 'RAIN' || .false. ||  .true.  ||  'yearly' || '' || ''  ||  
     167|| sn_snow || ='ncar_precip.15JUNE2009_orca2'|| -1 || 'SNOW' || .false. ||  .true.  ||  'yearly' || '' || ''  ||  
     168|| sn_tdif || ='taudif_core'|| 24 || 'taudif' || .false. ||  .true.  ||  'yearly' || '' || ''  ||  
     169|| || || || || || || || || ||  
     170|| cn_dir || ='./' || root directory for the location of the bulk files || || || || || || ||  
     171|| ln_2m  || = .false. ||  air temperature and humidity referenced at 2m (T) instead 10m (F)  || || || || || || ||  
     172|| ln_taudif || = .false. ||  HF tau contribution: use "mean of stress module - module of the mean stress" data ?  || || || || || || ||  
     173|| rn_pfac ||  = 1. ||  multiplicative factor for precipitation (total & snow)   || || || || || || ||  
     174 
    175175 
    176176    * in modipsl/config/ORCA2_LIM/IGCM00/'''config.card''':