## This is the system-specific configuration file for the S4 cluster. ## It should not be used directly. Users should copy it to ## parm/system.conf and edit the values manually. [config] ## Specify input sources for HISTORY mode. # # Specifies input sources for use by hwrf.input.InputSources. In a # HISTORY mode run, this will be used in the scripts.exhwrf_input job # to pull data. input_sources=no_sources ## Specify the hwrf.input.DataCatalog for FORECAST mode runs. fcst_catalog=no_sources ## Archive path archive=disk:{CDNOSCRUB}/archive/{SUBEXPT}/{out_prefix}.tar ## Workaround for odd Jet bug: copy WRF fix files instead of linking # # The WRF running on Jet will sometimes refuse to open one of the # ocean climatology files, insisting that the file is locked. The # workaround is to copy the WRF fix files instead of linking them. link_wrf_fix=no datastore={dir/lockdir}/hwrf_state.sqlite3 ## Fake InputSource configuration to disable pulling inputs but still check inputs [no_sources] [hwrfdata] inputroot=/data/users/strahan/hwrfdata/ [prep_hybrid] MALLOC_CHECK_=1 [fgat_prep_hybrid] MALLOC_CHECK_=1 [ensda_prep_hybrid] MALLOC_CHECK_=1 [dir] lockdir={HOMEhwrf}/lockdir/{out_prefix} ## Non-scrubbed directory for track files, etc. Make sure you edit this. CDNOSCRUB=/data/users/{ENV[USER]}/noscrub ## Scrubbed directory for large work files. Make sure you edit this. CDSCRUB=/scratch/{ENV[USER]}/pytmp ## Save directory. Make sure you edit this. CDSAVE={ENV[HOME]} ## Syndat directory for finding which cycles to run syndat={FIXhwrf}/syndat ## Used when parsing hwrf_holdvars.txt to make storm*.holdvars.txt in COM [holdvars] WHERE_AM_I=s4 ;; Which cluster? (For setting up environment.) WHICH_JET=none ;; Which part of Jet? [wrfexe] nio_groups=1 ;; Number of WRF I/O server groups per domain in init jobs nio_tasks_per_group=6,6,6 ;; Number of I/O servers per group in init jobs poll_servers=yes ;; Turn on server polling if quilt servers are used (They are not.) nproc_x=-1 ;; WRF processor count in X direction (-1 = automatic) nproc_y=-1 ;; WRF processor count in Y direction (-1 = automatic) [runwrf] nio_groups=1 ;; Number of WRF I/O server groups per domain nio_tasks_per_group=4,4,4 ;; Number of I/O servers per group poll_servers=yes ;; Turn on server polling if quilt servers are used (they are not). nproc_x=16 ;; WRF processor count in X direction (-1 = automatic) nproc_y=30 ;; WRF processor count in Y direction (-1 = automatic) wrf_compute_ranks=460 ;; Number of WRF compute ranks (not I/O servers)