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 633 for trunk/CONFIG – NEMO

Changeset 633 for trunk/CONFIG


Ignore:
Timestamp:
2007-03-02T17:46:40+01:00 (17 years ago)
Author:
opalod
Message:

nemo_v2_update_008 : CT : optimization and clean

Location:
trunk/CONFIG
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/CONFIG/GYRE/EXP00/namelist

    r631 r633  
    707707!  In this version there are 8 files ( jpfile = 8) 
    708708!  THE ORDER OF THE FILES MATTER:                       
    709 !  1 - precipitation total (rain+snow)                  
     709!  1 - precipitation total (rain+snow)  in kg/m2/s 
    710710!  2,3 -  u10,v10 -> scalar wind at 10m in m/s -  ON 'T' GRID POINTS!!! 
    711 !  4 - solar radiation (short wave)  in W/m2 
    712 !  5 - thermal radiation (long wave) in W/m2 
    713 !  6 - specific humidity             in % 
    714 !  7 - temperature at 10m            in degrees K 
    715 !  8 - precipitation (snow only) 
     711!  4 - solar radiation (short wave)     in W/m2 
     712!  5 - thermal radiation (long wave)    in W/m2 
     713!  6 - specific humidity                in % 
     714!  7 - temperature at 10m               in degrees K 
     715!  8 - precipitation (snow only)        in kg/m2/s 
    716716 
    717 !  ln_2m      Whether air temperature and humidity are provided at 2m 
    718 !  ln_kata    Logical flag to tke into account katabatic winds enhancement 
    719 !  clname     file names (256 char max for each) 
    720 !  clvarname  name of variable in netcdf file (32 char max) 
    721 !  freqh      frequency of fields in the file 
    722 !              it is in hours (6 hourly, daily) if positive. 
    723 !              if freqh = -12 the file contains 12 monthly data. 
     717!  ln_2m         boolean (default F), used to indicate that Tair & humidity  
     718!                are given at 2m. In this case, the default file names &  
     719!                variables are t2.nc, t2, q2.nc, q2 
     720!  alpha_precip  real coefficient used as a multiplying  factor  for the precip 
     721!  clname        file names (256 char max for each) 
     722!  clvarname     name of variable in netcdf file (32 char max) 
     723!  freqh         frequency of fields in the file 
     724!                it is in hours (6 hourly, daily) if positive. 
     725!                if freqh = -12 the file contains 12 monthly data. 
    724726&namcore 
    725    ln_2m   = .FALSE. 
    726    ln_kata = .FALSE. 
    727    clname(1) = 'precip_core.nc'  
    728    freqh(1) = -12 
    729    clvarname(1) = 'precip' 
    730    clname(2) = 'u10_core.nc' 
    731    freqh(2) = 24  
    732    clvarname(2) = 'u10' 
    733    clname(3) = 'v10_core.nc' 
    734    freqh(3) = 24 
    735    clvarname(3) = 'v10' 
    736    clname(4) = 'q10_core.nc' 
    737    freqh(4) = 24 
    738    clvarname(4) = 'q10' 
    739    clname(5) = 'tot_solar_core.nc' 
    740    freqh(5) = 24 
    741    clvarname(5) = 'qsw' 
    742    clname(6) = 'therm_rad_core.nc' 
    743    freqh(6) = 24 
    744    clvarname(6) = 'qlw' 
    745    clname(7) = 'temp_10m_core.nc' 
    746    freqh(7) = 24 
    747    clvarname(7) = 't10' 
    748    clname(8) = 'snow_core.nc' 
    749    freqh(8) = -12 
    750    clvarname(8) = 'snow' 
    751 / 
     727   ln_2m        = .FALSE. 
     728   alpha_precip = 1. 
     729   clname    = 'precip.nc' 'u10.nc' 'q10.nc' 'v10.nc' 'radsw.nc' 'radlw.nc' 't10.nc' 'snow.nc' 
     730   clvarname =  'precip'    'u10'    'q10'    'v10'    'radsw'    'radlw'    't10'    'snow' 
     731   freqh     =    -12        24        24       24       24         24        24       -12 
     732/ 
  • trunk/CONFIG/ORCA2_LIM/EXP00/namelist

    r631 r633  
    707707!  In this version there are 8 files ( jpfile = 8) 
    708708!  THE ORDER OF THE FILES MATTER:                       
    709 !  1 - precipitation total (rain+snow)                  
     709!  1 - precipitation total (rain+snow)  in kg/m2/s 
    710710!  2,3 -  u10,v10 -> scalar wind at 10m in m/s -  ON 'T' GRID POINTS!!! 
    711 !  4 - solar radiation (short wave)  in W/m2 
    712 !  5 - thermal radiation (long wave) in W/m2 
    713 !  6 - specific humidity             in % 
    714 !  7 - temperature at 10m            in degrees K 
    715 !  8 - precipitation (snow only) 
     711!  4 - solar radiation (short wave)     in W/m2 
     712!  5 - thermal radiation (long wave)    in W/m2 
     713!  6 - specific humidity                in % 
     714!  7 - temperature at 10m               in degrees K 
     715!  8 - precipitation (snow only)        in kg/m2/s 
    716716 
    717 !  ln_2m      Whether air temperature and humidity are provided at 2m 
    718 !  ln_kata    Logical flag to tke into account katabatic winds enhancement 
    719 !  clname     file names (256 char max for each) 
    720 !  clvarname  name of variable in netcdf file (32 char max) 
    721 !  freqh      frequency of fields in the file 
    722 !              it is in hours (6 hourly, daily) if positive. 
    723 !              if freqh = -12 the file contains 12 monthly data. 
     717!  ln_2m         boolean (default F), used to indicate that Tair & humidity  
     718!                are given at 2m. In this case, the default file names &  
     719!                variables are t2.nc, t2, q2.nc, q2 
     720!  alpha_precip  real coefficient used as a multiplying  factor  for the precip 
     721!  clname        file names (256 char max for each) 
     722!  clvarname     name of variable in netcdf file (32 char max) 
     723!  freqh         frequency of fields in the file 
     724!                it is in hours (6 hourly, daily) if positive. 
     725!                if freqh = -12 the file contains 12 monthly data. 
    724726&namcore 
    725    ln_2m   = .FALSE. 
    726    ln_kata = .FALSE. 
    727    clname(1) = 'precip_core.nc'  
    728    freqh(1) = -12 
    729    clvarname(1) = 'precip' 
    730    clname(2) = 'u10_core.nc' 
    731    freqh(2) = 24  
    732    clvarname(2) = 'u10' 
    733    clname(3) = 'v10_core.nc' 
    734    freqh(3) = 24 
    735    clvarname(3) = 'v10' 
    736    clname(4) = 'q10_core.nc' 
    737    freqh(4) = 24 
    738    clvarname(4) = 'q10' 
    739    clname(5) = 'tot_solar_core.nc' 
    740    freqh(5) = 24 
    741    clvarname(5) = 'qsw' 
    742    clname(6) = 'therm_rad_core.nc' 
    743    freqh(6) = 24 
    744    clvarname(6) = 'qlw' 
    745    clname(7) = 'temp_10m_core.nc' 
    746    freqh(7) = 24 
    747    clvarname(7) = 't10' 
    748    clname(8) = 'snow_core.nc' 
    749    freqh(8) = -12 
    750    clvarname(8) = 'snow' 
    751 / 
     727   ln_2m        = .FALSE. 
     728   alpha_precip = 1. 
     729   clname    = 'precip.nc' 'u10.nc' 'q10.nc' 'v10.nc' 'radsw.nc' 'radlw.nc' 't10.nc' 'snow.nc' 
     730   clvarname =  'precip'    'u10'    'q10'    'v10'    'radsw'    'radlw'    't10'    'snow' 
     731   freqh     =    -12        24        24       24       24         24        24       -12 
     732/ 
Note: See TracChangeset for help on using the changeset viewer.