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 2924 for branches/CMIP5_IPSL/CONFIG/ORCA2_LIM/EXP00 – NEMO

Ignore:
Timestamp:
2011-10-14T16:13:53+02:00 (13 years ago)
Author:
cetlod
Message:

branch CMIP5_IPSL: Update reference configurations so that they can be run on titane (CCRT BULL computer) using libIGCM

Location:
branches/CMIP5_IPSL/CONFIG/ORCA2_LIM/EXP00
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/CMIP5_IPSL/CONFIG/ORCA2_LIM/EXP00/iodef.xml

    r1772 r2924  
    8787   <field id="snowthic_cea" description="Snow thickness (cell average)"                                unit="m"        /> 
    8888   <field id="icethic_cea"  description="Ice thickness (cell average)"                                 unit="m"        /> 
     89        <field id="sim"          description="sea ice and surface snow amount"                              unit="kg/m2"    /> 
    8990   <field id="iceprod_cea"  description="Ice production (cell average)"                                unit="m/s"      /> 
    9091    
     
    230231       
    231232      <group id="1d" output_freq="86400"  output_level="10" enabled=".TRUE.">                      <!-- 1d files --> 
    232  
    233     <!--  
    234 ............................................................................................................ 
    235            example of 3 types of 1d files 
    236 ............................................................................................................ 
    237     --> 
    238    <!-- automatic definition of the name based on id="1d_grid_T"  
    239         => this name is used as the radical for all file names of this group 
    240         => add a suffix to be sure that all files names of this group are different   --> 
    241    <group id="1d_grid_T" name="auto" description="ocean T grid variables" > 
    242      <!-- mooring: automatic definition of the file name suffix based on id="0n180wT"  --> 
    243      <file id="0n180wT" name_suffix="auto" > 
    244        <group id="0n180wT" zoom_ref="0n180wT" >    <!-- group of variables sharing the same zoom --> 
    245          <field ref="toce" name="votemper"  /> 
    246          <field ref="uoce" name="vozocrtx"  />     <!-- include a U-grid variable in the list => switch to T-grid --> 
    247        </group> 
    248      </file> 
    249      <!-- Equatorial section: automatic definition of the file name suffix based on id="EqT" --> 
    250      <file id="EqT" name_suffix="auto" > 
    251        <group id="EqT" zoom_ref="EqT" > 
    252          <field ref="toce" name="votemper"  /> 
    253        </group> 
    254      </file> 
    255      <!-- global file with different operations on data   --> 
    256      <file id="global" > 
    257        <field ref="sst"    name="sst_1d_ave"                       />     <!-- mean --> 
    258        <field ref="sst"    name="sst_1d_max"  operation="t_max(X)" />     <!-- max --> 
    259      </file> 
    260    </group> 
    261  
    262233      </group> 
    263234       
     
    320291     <field ref="icethic_cea"  name="iicethic" /> 
    321292     <field ref="iceprod_cea"  name="iiceprod" /> 
     293          <field ref="sim"          name="sim"      /> 
    322294     <field ref="ist_ipa"      name="iicetemp" /> 
    323295     <field ref="ioceflxb"     name="ioceflxb" /> 
  • branches/CMIP5_IPSL/CONFIG/ORCA2_LIM/EXP00/iodef_ar5.xml

    r1772 r2924  
    8787   <field id="snowthic_cea" description="Snow thickness (cell average)"                                unit="m"        /> 
    8888   <field id="icethic_cea"  description="Ice thickness (cell average)"                                 unit="m"        /> 
     89        <field id="sim"          description="sea ice and surface snow amount"                              unit="kg/m2"    /> 
    8990   <field id="iceprod_cea"  description="Ice production (cell average)"                                unit="m/s"      /> 
    9091    
     
    396397     <field ref="ice_cover"    name="sic"        description="sea_ice_area_fraction"                            /> 
    397398     <field ref="icethic_cea"  name="sit"        description="sea_ice_thickness"                                /> 
     399          <field ref="sim"          name="sim"        description="sea ice and surface snow amount"                  /> 
    398400     <field ref="subl_ai_cea"  name="evap"       description="water_evaporation_flux"                           /> 
    399401     <field ref="snowthic_cea" name="snd"        description="surface_snow_thickness"                           /> 
  • branches/CMIP5_IPSL/CONFIG/ORCA2_LIM/EXP00/namelist

    r1759 r2924  
    7575   nn_bathy    =    1      !  compute (=0) or read(=1) the bathymetry file 
    7676   nn_closea   =    0      !  closed seas and lakes are removed (=0) or kept (=1) from the ORCA domain 
    77    nn_msh      =    0      !  create (=1) a mesh file (coordinates, scale factors, masks) or not (=0) 
     77   nn_msh      =    1      !  create (=1) a mesh file (coordinates, scale factors, masks) or not (=0) 
    7878   rn_e3zps_min=   20.     !  the thickness of the partial step is set larger than the minimum 
    7979   rn_e3zps_rat=    0.1    !  of e3zps_min and e3zps_rat * e3t   (N.B. 0<e3zps_rat<1) 
     
    168168&namsbc_core   !   namsbc_core  CORE bulk formulea 
    169169!----------------------------------------------------------------------- 
    170 !              !   file name  ! frequency (hours) ! variable   ! time interpol. !  clim   ! 'yearly'/ ! weights              ! rotation ! 
    171 !              !              !  (if <0  months)  !   name     !    (logical)   !  (T/F)  ! 'monthly' ! filename            ! pairing  ! 
    172    sn_wndi     = 'u10_core'   ,       -1          , 'u10'      ,    .true.      , .true.  , 'yearly'  ,'bicubic_weights_orca2.nc' , 'U1' 
    173    sn_wndj     = 'v10_core'   ,       -1          , 'v10'      ,    .true.      , .true.  , 'yearly'  ,'bicubic_weights_orca2.nc' , 'V1' 
    174    sn_qsr      = 'qsw_core'   ,       -1          , 'swdn'     ,    .true.      , .true.  , 'yearly'  ,'bilinear_weights_orca2.nc', '' 
    175    sn_qlw      = 'qlw_core'   ,       -1          , 'lwdn'     ,    .true.      , .true.  , 'yearly'  ,'bilinear_weights_orca2.nc', '' 
    176    sn_tair     = 't2_core'    ,       -1          , 't2'       ,    .true.      , .true.  , 'yearly'  ,'bilinear_weights_orca2.nc', '' 
    177    sn_humi     = 'q2_core'    ,       -1          , 'q2'       ,    .true.      , .true.  , 'yearly'  ,'bilinear_weights_orca2.nc', '' 
    178    sn_prec     = 'precip_core',       -1          , 'precip'   ,    .true.      , .true.  , 'yearly'  ,'bilinear_weights_orca2.nc', '' 
    179    sn_snow     = 'snow_core'  ,       -1          , 'snow'     ,    .true.      , .true.  , 'yearly'  ,'bilinear_weights_orca2.nc', '' 
    180    sn_tdif     = 'taudif_core',       24          , 'taudif'   ,    .true.      , .true.  , 'yearly'  ,'bilinear_weights_orca2.nc', '' 
    181 ! 
     170!              !  file name                    ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! 
     171!              !                               !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! 
     172   sn_wndi     = 'u_10.15JUNE2009_orca2'       ,         6         , 'U_10_MOD',   .false.    , .true. , 'yearly'  , ''       , 'Uwnd' 
     173   sn_wndj     = 'v_10.15JUNE2009_orca2'       ,         6         , 'V_10_MOD',   .false.    , .true. , 'yearly'  , ''       , 'Vwnd' 
     174   sn_qsr      = 'ncar_rad.15JUNE2009_orca2'   ,        24         , 'SWDN_MOD',   .false.    , .true. , 'yearly'  , ''       , '' 
     175   sn_qlw      = 'ncar_rad.15JUNE2009_orca2'   ,        24         , 'LWDN_MOD',   .false.    , .true. , 'yearly'  , ''       , '' 
     176   sn_tair     = 't_10.15JUNE2009_orca2'       ,         6         , 'T_10_MOD',   .false.    , .true. , 'yearly'  , ''       , '' 
     177   sn_humi     = 'q_10.15JUNE2009_orca2'       ,         6         , 'Q_10_MOD',   .false.    , .true. , 'yearly'  , ''       , '' 
     178   sn_prec     = 'ncar_precip.15JUNE2009_orca2',        -1         , 'PRC_MOD1',   .false.    , .true. , 'yearly'  , ''       , '' 
     179   sn_snow     = 'ncar_precip.15JUNE2009_orca2',        -1         , 'SNOW'    ,   .false.    , .true. , 'yearly'  , ''       , '' 
     180   sn_tdif     = 'taudif_core'                 ,        24         , 'taudif'  ,   .false.    , .true. , 'yearly'  , ''       , '' 
     181 
    182182   cn_dir      = './'      !  root directory for the location of the bulk files 
    183    ln_2m       = .true.    !  air temperature and humidity referenced at 2m (T) instead 10m (F) 
    184    ln_taudif   = .false.   !  HF tau contribution: use "mean of stress module - module of the mean stress" data ? 
     183   ln_2m       = .false.   !  air temperature and humidity referenced at 2m (T) instead 10m (F) 
     184   ln_taudif   = .false.   !  HF tau contribution: use "mean of stress module - module of the mean stress" data 
    185185   rn_pfac     = 1.        !  multiplicative factor for precipitation (total & snow) 
    186186/ 
     
    228228   ln_qsr_2bd  = .false.   !  2 bands              light penetration 
    229229   ln_qsr_bio  = .false.   !  bio-model light penetration 
    230    nn_chldta   =      0    !  RGB : Chl data (=1) or cst value (=0) 
     230   nn_chldta   =      1    !  RGB : Chl data (=1) or cst value (=0) 
    231231   rn_abs      =   0.58    !  RGB & 2 bands: fraction of light (rn_si1) 
    232232   rn_si0      =   0.35    !  RGB & 2 bands: shortess depth of extinction 
     
    445445   rn_bot      =  360.     !  bottom  time scale of damping   [days] 
    446446   rn_dep      =  800.     !  depth of transition between rn_surf and rn_bot [meters] 
    447    nn_file     =    1      !  create a damping.coeff NetCDF file (=1) or not (=0) 
     447   nn_file     =    0      !  create a damping.coeff NetCDF file (=1) or not (=0) 
    448448/ 
    449449!!====================================================================== 
     
    630630&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi) 
    631631!----------------------------------------------------------------------- 
    632    cn_mpi_send =  'S'      !  mpi send/recieve type   ='S', 'B', or 'I' for standard send, 
     632   cn_mpi_send =  'I'      !  mpi send/recieve type   ='S', 'B', or 'I' for standard send, 
    633633                           !  buffer blocking send or immediate non-blocking sends, resp. 
    634634   nn_buffer   =   0       !  size in bytes of exported buffer ('B' case), 0 no exportation 
Note: See TracChangeset for help on using the changeset viewer.