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 18 and Version 19 of user/flavoni/libIGCM/change_BC


Ignore:
Timestamp:
2009-08-25T17:16:13+02:00 (15 years ago)
Author:
flavoni
Comment:

--

Legend:

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

    v18 v19  
    6767  || sn_prec  || 'precip_core'|| -1.|| 'precip'|| .true.|| .false.|| 'monthly'|| ' ' ||' '|| 
    6868  || sn_snow  || 'snow_core'|| -1.|| 'snow'|| .true.|| .false.|| 'monthly'|| ' '  ||' '|| 
    69 ! [[BR]] 
    70    cn_dir      = './'      !  root directory for the location of the bulk files  [[BR]] 
    71    ln_2m       = .true.    !  air temperature and humidity referenced at 2m (T) instead 10m (F)  [[BR]] 
    72    alpha_precip= 1.        !  multiplicative factor for precipitation (total & snow)  [[BR]] 
     69 
    7370 
    7471=== Example : using CLIO bulk formulae === 
     
    8683 '''List_runsbc'''=(flx, taux_1m, tauy_1m) 
    8784 
    88 '''NOTA BENE''' : you can leave List_runsbc=(), and this means that List_runsbc=List_jobsbc=(flx, taux_1m, tauy_1m) and in this case it is ok. 
     85 '''NOTA BENE''' : you can leave List_runsbc=(), and this means that List_runsbc=List_jobsbc=(flx, taux_1m, tauy_1m) and in this case it is ok. 
    8986 
    9087    * in modipsl/config/ORCA2_LIM/IGCM00/PARAM/namelist : 
     
    9592 
    96932. set correct frequency, name and interpolation in CLIO bulk formulae ( namsbc_clio ) 
    97  
    98 ||      ||   file name  ||  frequency (hours) (if <0  months) || variable name || time interpol. (logical) || clim (T/F) || 'yearly' or monthly || weights filename || rotation  pairing|| 
     94  
     95  ||      ||   file name  ||  frequency (hours) (if <0  months) || variable name || time interpol. (logical) || clim (T/F) || 'yearly' or monthly || weights filename || rotation  pairing|| 
    9996  || sn_utau  || 'taux_1m' ||  -1 || 'sozotaux' || .false. || .true. || 'yearly' || ' '  || ' '|| 
    10097  || sn_vtau  || 'tauy_1m' ||  -1 || 'sozotauy' || .false. || .true. || 'yearly' || ' '  || ' '|| 
     
    104101  || sn_ccov  || 'flx'     ||  -1 || 'socliocl' || .false. || .true. || 'yearly' || ' '  || ' '|| 
    105102  || sn_prec  || 'flx'     ||  -1 || 'socliopl' || .false. || .true. || 'yearly' || ' '  || ' '|| 
    106  ![[BR]] 
    107    cn_dir      = './'      !  root directory for the location of the bulk files are [[BR]]