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 8243 for branches/UKMO/test_moci_test_suite/NEMOGCM/CONFIG – NEMO

Ignore:
Timestamp:
2017-06-29T11:41:55+02:00 (7 years ago)
Author:
andmirek
Message:

#1914 working XIOS read, XIOS write and single processor read

Location:
branches/UKMO/test_moci_test_suite/NEMOGCM/CONFIG/SHARED
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/test_moci_test_suite/NEMOGCM/CONFIG/SHARED/domain_def.xml

    r7923 r8243  
    193193        </domain_group> 
    194194 
     195     <domain_group id="grid_N"> 
     196      <domain id="grid_N" long_name="grid nomask"/> 
     197     </domain_group> 
     198 
    195199   </domain_definition>     
    196200  
  • branches/UKMO/test_moci_test_suite/NEMOGCM/CONFIG/SHARED/namelist_ref

    r8038 r8243  
    5151   nn_chunksz  =       0   !  chunksize (bytes) for NetCDF file (works only with iom_nf90 routines) 
    5252   ln_xios_read = .FALSE.  !  use XIOS to read restart file (only for a single file restart) 
     53   nn_wxios = 0      !  use XIOS to write restart file 0 - no, 1 - single file output, 2 - multiple file output 
    5354/ 
    5455! 
     
    211212   ln_tsd_init   = .true.   !  Initialisation of ocean T & S with T &S input data (T) or not (F) 
    212213   ln_tsd_tradmp = .true.   !  damping of ocean T & S toward T &S input data (T) or not (F) 
     214   ln_tsd_sio   = .false. 
    213215/ 
    214216!!====================================================================== 
     
    298300 
    299301   cn_dir      = './'      !  root directory for the location of the flux files 
     302   ln_lfx_sio   = .false.  ! read data using 1 processor only 
    300303/ 
    301304!----------------------------------------------------------------------- 
     
    313316 
    314317   cn_dir      = './'      !  root directory for the location of the bulk files are 
     318   ln_clio_sio   = .false.   ! read data using 1 processor only 
    315319/ 
    316320!----------------------------------------------------------------------- 
     
    337341   rn_vfac     = 0.        !  multiplicative factor for ocean/ice velocity 
    338342                           !  in the calculation of the wind stress (0.=absolute winds or 1.=relative winds) 
     343  ln_core_sio   = .false.   ! read data using 1 processor only 
    339344/ 
    340345!----------------------------------------------------------------------- 
     
    352357 
    353358   cn_dir      = './ECMWF/'      !  root directory for the location of the bulk files 
     359   ln_msf_sio   = .false.   ! read data using 1 processor only 
    354360/ 
    355361!----------------------------------------------------------------------- 
     
    421427   rn_si1      =   23.0    !  2 bands: longest depth of extinction 
    422428   ln_qsr_ice  = .true.    !  light penetration for ice-model LIM3 
     429   ln_qsr_sio   = .false. 
    423430/ 
    424431!----------------------------------------------------------------------- 
     
    445452   rn_dep_max   = 150.      !  depth over which runoffs is spread ( ln_rnf_depth_ini = .true ) 
    446453   nn_rnf_depth_file = 0    !  create (=1) a runoff depth file or not (=0) 
     454   ln_rnf_sio   = .false.   ! read data using 1 processor only 
    447455/ 
    448456!----------------------------------------------------------------------- 
     
    475483                          !     if you want to keep the cd as in global config, adjust rn_gammat0 to compensate 
    476484                          ! 2 = velocity and stability dependent Gamma    Holland et al. 1999 
     485   ln_isf_sio   = .false.   ! read data using 1 processor only 
    477486/ 
    478487!----------------------------------------------------------------------- 
     
    487496   ln_ref_apr  = .false.    !  ref. pressure: global mean Patm (T) or a constant (F) 
    488497   ln_apr_obc  = .false.    !  inverse barometer added to OBC ssh data 
     498   ln_apr_sio   = .false. 
    489499/ 
    490500!----------------------------------------------------------------------- 
     
    504514   ln_sssr_bnd =   .true.  !  flag to bound erp term (associated with nn_sssr=2) 
    505515   rn_sssr_bnd =   4.e0    !  ABS(Max/Min) value of the damping erp term [mm/day] 
     516   ln_ssr_sio   = .false.   ! read data using 1 processor only 
    506517/ 
    507518!----------------------------------------------------------------------- 
     
    645656   cn_dir  =    'bdydta/' 
    646657   ln_full_vel = .false. 
     658   ln_bdy_sio = .false. 
    647659/ 
    648660!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.