software:wrf:caviness

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
software:wrf:caviness [2021-02-03 12:37] – [Example WPS run] anitasoftware:wrf:caviness [2021-02-05 09:48] – [Build WRF] mkyle
Line 159: Line 159:
 </code> </code>
 === Configure WRF parallel build === === Configure WRF parallel build ===
-Configuring parallel build. You will want to select option ''66''  and nesting option ''0''.+Configuring parallel build. You will want to select option ''66''  and nesting option ''1''.
 <code bash> <code bash>
   [(it_css:traine)@login01 WRF]$  ./clean -a    [(it_css:traine)@login01 WRF]$  ./clean -a 
Line 168: Line 168:
 <code bash> <code bash>
   [(it_css:traine)@login01 WRF]$ patch -p1 <<EOT   [(it_css:traine)@login01 WRF]$ patch -p1 <<EOT
-  --- A/configure.wrf     2020-12-10 14:06:01.907649095 -0500 +  --- A/configure.wrf 2020-12-10 14:06:01.907649095 -0500 
-  +++ B/configure.wrf     2020-12-10 14:40:00.791338460 -0500+  +++ B/configure.wrf 2020-12-10 14:40:00.791338460 -0500
   @@ -118,8 +118,8 @@   @@ -118,8 +118,8 @@
    SFC                   ifort    SFC                   ifort
Line 179: Line 179:
   +DM_CC                 mpicc   +DM_CC                 mpicc
    FC              =       time \$(DM_FC)    FC              =       time \$(DM_FC)
-   CC              =       \$(DM_CC) -DFSEEKO64_OK+   CC              =       \$(DM_CC) -DFSEEKO64_OK 
    LD              =       \$(FC)    LD              =       \$(FC)
   @@ -140,7 +140,7 @@   @@ -140,7 +140,7 @@
Line 187: Line 187:
   -FCBASEOPTS      =       \$(FCBASEOPTS_NO_G) \$(FCDEBUG)   -FCBASEOPTS      =       \$(FCBASEOPTS_NO_G) \$(FCDEBUG)
   +FCBASEOPTS      =       \$(FCBASEOPTS_NO_G) \$(FCDEBUG) -assume nocc_omp   +FCBASEOPTS      =       \$(FCBASEOPTS_NO_G) \$(FCDEBUG) -assume nocc_omp
-   MODULE_SRCH_FLAG =+   MODULE_SRCH_FLAG =     
    TRADFLAG        =      -traditional-cpp    TRADFLAG        =      -traditional-cpp
    CPP                  /lib/cpp -P -nostdinc    CPP                  /lib/cpp -P -nostdinc
Line 479: Line 479:
 <code bash> <code bash>
   [triane@r00n49 wps_job]$  ls -l GRIB*   [triane@r00n49 wps_job]$  ls -l GRIB*
-  lrwxrwxrwx 1 mkyle it_css 33 Jan 26 13:59 GRIBFILE.AAA -> ../data/GFS/gfs_20210107_00z_000f +  lrwxrwxrwx 1 traine it_css 33 Jan 26 13:59 GRIBFILE.AAA -> ../data/GFS/gfs_20210107_00z_000f 
-  lrwxrwxrwx 1 mkyle it_css 33 Jan 26 13:59 GRIBFILE.AAB -> ../data/GFS/gfs_20210107_00z_003f +  lrwxrwxrwx 1 traine it_css 33 Jan 26 13:59 GRIBFILE.AAB -> ../data/GFS/gfs_20210107_00z_003f 
-  lrwxrwxrwx 1 mkyle it_css 33 Jan 26 13:59 GRIBFILE.AAC -> ../data/GFS/gfs_20210107_00z_006f +  lrwxrwxrwx 1 traine it_css 33 Jan 26 13:59 GRIBFILE.AAC -> ../data/GFS/gfs_20210107_00z_006f 
-  lrwxrwxrwx 1 mkyle it_css 33 Jan 26 13:59 GRIBFILE.AAD -> ../data/GFS/gfs_20210107_00z_009f +  lrwxrwxrwx 1 traine it_css 33 Jan 26 13:59 GRIBFILE.AAD -> ../data/GFS/gfs_20210107_00z_009f 
-  lrwxrwxrwx 1 mkyle it_css 33 Jan 26 13:59 GRIBFILE.AAE -> ../data/GFS/gfs_20210107_00z_012f +  lrwxrwxrwx 1 traine it_css 33 Jan 26 13:59 GRIBFILE.AAE -> ../data/GFS/gfs_20210107_00z_012f 
-  lrwxrwxrwx 1 mkyle it_css 33 Jan 26 13:59 GRIBFILE.AAF -> ../data/GFS/gfs_20210107_00z_015f +  lrwxrwxrwx 1 traine it_css 33 Jan 26 13:59 GRIBFILE.AAF -> ../data/GFS/gfs_20210107_00z_015f 
-  lrwxrwxrwx 1 mkyle it_css 33 Jan 26 13:59 GRIBFILE.AAG -> ../data/GFS/gfs_20210107_00z_018f +  lrwxrwxrwx 1 traine it_css 33 Jan 26 13:59 GRIBFILE.AAG -> ../data/GFS/gfs_20210107_00z_018f 
-  lrwxrwxrwx 1 mkyle it_css 33 Jan 26 13:59 GRIBFILE.AAH -> ../data/GFS/gfs_20210107_00z_021f+  lrwxrwxrwx 1 traine it_css 33 Jan 26 13:59 GRIBFILE.AAH -> ../data/GFS/gfs_20210107_00z_021f
   ...   ...
 </code> </code>
Line 507: Line 507:
 The last step is to run ''metgrid.exe'' The last step is to run ''metgrid.exe''
 <code bash> <code bash>
-  [triane@r00n49 wps_job]$ srun metgrid.exe+  [triane@r00n49 wps_job]$ metgrid.exe
   ... #MANY LINES & MINUTES LATER   ... #MANY LINES & MINUTES LATER
   Processing 2021-01-13_21   Processing 2021-01-13_21
  • software/wrf/caviness.txt
  • Last modified: 2024-04-01 15:06
  • by anita