Code Monkey home page Code Monkey logo

wrf-mosit's Introduction

Citation:

Hatheway, W., Snoun, H., ur Rehman, H. et al. WRF-MOSIT: a modular and cross-platform tool for configuring and installing the WRF model. Earth Sci Inform (2023). https://doi.org/10.1007/s12145-023-01136-y


WRF Multi Operational System Install Toolkit

This is a BASH script that provides options to install the following Weather Research & Forecasting Model (WRF) packages in 64-bit systems:

  • Weather Research & Forecasting Model (WRF)

  • Weather Research & Forecasting Model Chemistry (WRF-CHEM)

  • Weather Research & Forecasting Model Hydro Standalone (WRF-Hydro)

  • Weather Research & Forecasting Model Hydro Coupled w/ WRF (WRF-Hydro Coupled)

  • Weather Research & Forecasting Model CMAQ (WRF-CMAQ)

  • Weather Research & Forecasting Model Wildland Fire (WRF-SFIRE)

  • Basic Nesting is set up


System Requirements

  • 64-bit system
    • Darwin (MacOS)
    • Linux Debian Distro (Ubuntu, Mint, etc)
    • Windows Subsystem for Linux (Debian Distro, Ubuntu, Mint, etc)
    • CentOS based systems not supported
  • 350 Gigabyte (GB) of free storage space

Libraries Installed (Latest libraries as of 11/01/2023)

  • Libraries are manually installed in sub-folders utilizing either Intel or GNU Compilers.
    • Libraries installed with GNU compilers
      • zlib (1.3.1)
      • MPICH (4.2.2)
      • libpng (1.6.39)
      • JasPer (1.900.1)
      • HDF5 (1.14.4.3)
      • PHDF5 (1.14.4.3)
      • Parallel-NetCDF (1.13.0)
      • NetCDF-C (4.9.2)
      • NetCDF-Fortran (4.6.1)
      • Miniconda
    • Libraries installed with Intel compilers
      • zlib (1.3.1)
      • libpng (1.6.39)
      • JasPer (1.900.1)
      • HDF5 (1.14.4.3)
      • PHDF5 (1.14.4.3)
      • Parallel-NetCDF (1.13.0)
      • NetCDF-C (4.9.2)
      • NetCDF-Fortran (4.6.1)
      • Miniconda
      • Intel-Basekit
      • Intel-HPCKIT
      • Intel-AIKIT

Software Packages

  • WRF
    • WRF v4.6.0
    • WPS v4.6.0
    • WRF PLUS v4.6.0
    • WRFDA 4DVAR v4.6.0
  • WRF-CHEM
    • WRF Chem w/KPP 4.5
    • WPS v4.6.0
    • WRFDA Chem 3DVAR
  • WRF-Hydro Standalone
    • WRF-Hydro v5.2
  • WRF-Hydro Coupled
    • WRF-Hydro v5.2
    • WRF v4.6.0
    • WPS v4.6.0
  • WRF-CMAQ
    • WRF v4.6.0
    • CMAW v5.4
    • WPS v4.6.0
  • WRF-SFIRE
    • WRF-SFIRE v2
    • WPS v4.2

Pre/Post Processing Packages Installed

  • WRF

    • Development Testbed Center (DTC) Model Evaluation Tools (MET) v11.1.1
    • Development Testbed Center (DTC) Enhanced Model Evaluation Tools (METplus) v5.1.0
    • Development Testbed Center (DTC) Unified Post Processor (UPP) v4.1
    • ARWPost v3
    • WRF-Python (Conda installed)
    • OpenGrADS
    • GrADS
    • NCAR Command Langauge (Conda installed)
    • Climate Data Operators (Conda installed)
  • WRF-CHEM

    • Development Testbed Center (DTC) Model Evaluation Tools (MET) v11.1.1
    • Development Testbed Center (DTC) Enhanced Model Evaluation Tools (METplus) v5.1.0
    • Development Testbed Center (DTC) Unified Post Processor (UPP) v4.1
    • ARWPost v3
    • WRF-Python (Conda installed)
    • OpenGrADS
    • GrADS
    • NCAR Command Langauge (Conda installed)
    • Climate Data Operators (Conda installed)
    • Prep-Chem-SRC v1.5 (GNU only)
    • WRF CHEM Tools
      • Mozbc
      • Megan Bio Emiss
      • Megan Bio Data
      • Wes Coldens
      • ANTHRO EMIS
      • EDGAR HTAP
      • EPA ANTHO EMIS
      • UBC
      • Aircraft
      • FINN
  • WRF-Hydro Standalone

    • Development Testbed Center (DTC) Model Evaluation Tools (MET) v11.1.0
    • Development Testbed Center (DTC) Enhanced Model Evaluation Tools (METplus) v5.1.0
  • WRF-Hydo Coupled

    • Development Testbed Center (DTC) Model Evaluation Tools (MET) v11.1.0
    • Development Testbed Center (DTC) Enhanced Model Evaluation Tools (METplus) v5.1.0
    • Development Testbed Center (DTC) Unified Post Processor (UPP) v4.1
    • ARWPost v3
    • WRF-Python (Conda installed)
    • OpenGrADS
    • GrADS
    • NCAR Command Langauge (Conda installed)
    • Climate Data Operators (Conda installed)
    • WRF-GIS-Preprocessor (Conda installed)
  • WRF-SFIRE

    • Development Testbed Center (DTC) Model Evaluation Tools (MET) v11.1.1
    • Development Testbed Center (DTC) Enhanced Model Evaluation Tools (METplus) v5.1.0
    • Development Testbed Center (DTC) Unified Post Processor (UPP) v4.1
    • ARWPost v3
    • WRF-Python (Conda installed)
    • OpenGrADS
    • GrADS
    • NCAR Command Langauge (Conda installed)
    • Climate Data Operators (Conda installed)
  • WRF-CMAQ

    • Development Testbed Center (DTC) Model Evaluation Tools (MET) v11.1.1
    • Development Testbed Center (DTC) Enhanced Model Evaluation Tools (METplus) v5.1.0
    • Development Testbed Center (DTC) Unified Post Processor (UPP) v4.1
    • ARWPost v3
    • WRF-Python (Conda installed)
    • OpenGrADS
    • GrADS
    • NCAR Command Langauge (Conda installed)
    • Climate Data Operators (Conda installed)

MacOS Installation

  • Make sure to download and Homebrew before moving to installation.

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"

brew install git

git clone https://github.com/HathewayWill/WRF-MOSIT.git

cd $HOME/WRF-MOSIT

chmod 775 *.sh

./WRF-MOSIT.sh 2>&1 | tee WRF_MOSIT.log

APT Installation

  • (Make sure to download folder into your Home Directory):

cd $HOME

sudo apt install git -y

git clone https://github.com/HathewayWill/WRF-MOSIT.git

cd $HOME/WRF-MOSIT

chmod 775 *.sh

./WRF-MOSIT.sh 2>&1 | tee WRF_MOSIT.log

YUM/DNF Installation

  • (Make sure to download folder into your Home Directory):

cd $HOME

sudo (yum or dnf) install git -y

git clone https://github.com/HathewayWill/WRF-MOSIT.git

cd $HOME/WRF-MOSIT

chmod 775 *.sh

./WRF-MOSIT.sh 2>&1 | tee WRF_MOSIT.log

  • Script will check for System Architecture Type and Storage Space requirements.

  • Once running the script users will be provided with options to select how the WRF-MOSIT will compile and install the various packages.

    • First option, Which compiler users want to use Intel or GNU compilers.
    • Second option, Which graphic display package should be installed. GrADS or OpenGrADS
    • Third option, Auto Configuration. This allows users to have a one-click install
    • Fourth option, Secondary WPS geography file download choice.
      • Author of script recommends selecting "YES" if user is unsure.
    • Fifth option, Optional WPS geography file download choice.
      • Author of script recommends selecting "YES" if user is unsure.
    • Last option, Pick which WRF software user wants to install

Exports to run WRF and WPS programs

  • GNU Compilers

    export LD_LIBRARY_PATH=$HOME/WRF/Libs/NETCDF/lib:$LD_LIBRARY_PATH

    export LD_LIBRARY_PATH=$HOME/WRF/Libs/grib2/lib:$LD_LIBRARY_PATH

    export PATH=$HOME/WRF/Libs/MPICH/bin:$PATH

    export PATH=$HOME/WRF/Libs/grib2/lib:$PATH

  • Intel Compilers

    source /opt/intel/oneapi/setvars.sh

    export LD_LIBRARY_PATH=$HOME/WRF_Intel/Libs/NETCDF/lib:$LD_LIBRARY_PATH

    export LD_LIBRARY_PATH=$HOME/WRF_Intel/Libs/grib2/lib:$LD_LIBRARY_PATH

    export PATH=$HOME/WRF_Intel/Libs/grib2/lib:$PATH


*** Tested on Ubuntu 22.04.4 LTS, Ubuntu 24.04.1 LTS, MacOS Ventura, MacOS Sonoma, Centos7, Rocky Linux 9, Windows Sub-Linux Ubuntu***
  • Built 64-bit system.
  • Tested with current available libraries on 07/01/2024, exceptions have been noted in the script documentation.

Estimated Run Time ~ 60 to 120 Minutes @ 10mbps download speed.

  • Intel compilers take slightly more time to install packages.

Special thanks to:

  • Youtube's meteoadriatic
  • GitHub user jamal919
  • University of Manchester's Doug L
  • University of Tunis El Manar's Hosni S.
  • GSL's Jordan S.
  • NCAR's Mary B., Christine W., & Carl D.
  • DTC's Julie P., Tara J., George M., & John H.
  • UCAR's Katelyn F., Jim B., Jordan P., Kevin M.,

Citation:

Hatheway, W., Snoun, H., ur Rehman, H. et al. WRF-MOSIT: a modular and cross-platform tool for configuring and installing the WRF model. Earth Sci Inform (2023). https://doi.org/10.1007/s12145-023-01136-y


References:

  • Skamarock, W. C., J. B. Klemp, J. Dudhia, D. O. Gill, Z. Liu, J. Berner, W. Wang, J. G. Powers, M. G. Duda, D. M. Barker, and X.-Y. Huang, 2019: A Description of the Advanced Research WRF Version 4. NCAR Tech. Note NCAR/TN-556+STR, 145 pp. doi:10.5065/1dfh-6p97

  • Biswas, M. K., Bernardet, L., Abarca, S., Ginis, I., Grell, E., Kalina, E., … Zhang, Z. (2018). Hurricane Weather Research and Forecasting (HWRF) Model: 2017 Scientific Documentation (No. NCAR/TN-544+STR). doi:10.5065/D6MK6BPR

  • Peckham, S., G. A. Grell, S. A. McKeen, M. Barth, G. Pfister, C. Wiedinmyer, J. D. Fast, W. I. Gustafson, R. Zaveri, R. C. Easter, J. Barnard, E. Chapman, M. Hewson, R. Schmitz, M. Salzmann, S. Freitas, 2011: WRF-Chem Version 3.3 User's Guide. NOAA Technical Memo., 98 pp.

  • "We acknowledge use of the WRF-Chem preprocessor tool {name of tool} provided by the Atmospheric Chemistry Observations and Modeling Lab (ACOM) of NCAR."

  • Gochis, D.J., M. Barlage, R. Cabell, M. Casali, A. Dugger, K. FitzGerald, M. McAllister, J. McCreight, A. RafieeiNasab, L. Read, K. Sampson, D. Yates, Y. Zhang (2020). The WRF-Hydro® modeling system technical description, (Version 5.2.0). NCAR Technical Note. 108 pages. Available online at: https://ral.ucar.edu/sites/default/files/public/projects/wrf-hydro/technical-description-user-guide/wrf-hydrov5.2technicaldescription.pdf

  • Freitas, S. R. ; Longo, K. M. ; Alonso, M. F. ; Pirre, M. ; Marecal, V. ; Grell, G. ; Stockler, R. ; Mello, R. F. ; Sánchez Gácita, M. . PREP-CHEM-SRC 1.0: a preprocessor of trace gas and aerosol emission fields for regional and global atmospheric chemistry models. Geoscientific Model Development, v. 4, p. 419-433, 2011

  • Shamsaei, K., Juliano, T., Igrashkina, N., Ebrahimian, H., Kosovic, B., Taciroglu, E. (2022) WRF-Fire Wikipage. doi: 10.5281/zenodo.6667633 [access date]


wrf-mosit's People

Contributors

hathewaywill avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

wrf-mosit's Issues

Error in the building of netcdf-c, netcdf-fortran and hdf5 libraries

Greetings, Mr. @HathewayWill!

I am a beginner to the WRF Model and I intended to install it in my computer using your precoded script since I'm not really good at programming. Unfortunately, when I ran the script, it stopped during the library compatibility test stage. I'm not entirely sure what caused it, but based on my observation, the process stopped apparently due to an error during the building of the netcdf-c and netcdf-fortran libraries as shown in the attached screenshots. I also noticed some "warning" lines during the pnetcdf building, although I'm not sure if they're a concern since it apparently ended in a successful installation.

In addition, the building of the hdf5 library appears to have also incurred errors which probably contributed to the premature termination of the process. I noticed that during the library compatibility test stage, the line "cp: cannot stat '/home/brianwrf/WRF/Libs/NETCDF/include/netcdf.inc': No such file or directory" appeared at least twice likely due to the failure in building the netcdf libraries. So the process ended with "Compatibility Compiler Test 1 Failed" before ultimately terminating.

Also, I would like to note that the WRF Model and some of the libraries included in this installation script are not in their latest versions, e.g. WRF 4.5.1 instead of 4.5.2, NetCDF-C instead of 4.9.0, NetCDF-Fortran 4.6.0 instead of 4.6.1.

Attached herewith are the screenshots and the "WRF.MASTER.log" for your perusal. I am hoping for your soonest response on this matter.

Thank you very much, Sir! Happy New Year!

WRF.MASTER.log

Screenshot from 2023-12-30 20-52-55
Screenshot from 2023-12-30 20-53-24
Screenshot from 2023-12-30 20-53-38
Screenshot from 2023-12-30 20-53-57
Screenshot from 2023-12-30 20-54-19
Screenshot from 2023-12-30 20-54-26
Screenshot from 2023-12-30 21-04-28
Screenshot from 2023-12-30 21-04-56

Issue using Intel compiler

Hi,

First, thank you so much for providing this resource. I have WRF running on an AWS instance thanks to your script. Unfortunatley I recently accidently deleted obsgrid.exe while trying to remove old obs so have been trying to recompile a version (intel) on Ubuntu to copy it across. While doing that I have encountered the following error. I'm using the Ubuntu release you mention it has been tested on in the docs on an AWS EC2 instance. I have tried running both GNU and Intel options in your scrip options but no success. I just wanted to let you know this has occured.

Thanks again for your effort in providing this.

Cheers,
Andrew

Enviroment Test 1 Passed
I am going to wait for 3 seconds only ...
Test 2
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '-diag-disable=10448' to disable this message.
Assume Fortran 2003: has FLUSH, ALLOCATABLE derived type, and ISO C Binding
SUCCESS test 2 fortran only free format
Enviroment Test 2 Passed

I am going to wait for 3 seconds only ...
Test 3
./WRF-MOSIT.sh: line 24016: icc: command not found
Assume Fortran 2003: has FLUSH, ALLOCATABLE derived type, and ISO C Binding
SUCCESS test 2 fortran only free format
Enviroment Test 3 Passed

I am going to wait for 3 seconds only ...
Test 4
./WRF-MOSIT.sh: line 24030: icc: command not found
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '-diag-disable=10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '-diag-disable=10448' to disable this message.
ifort: error #10236: File not found: 'TEST_4_fortran+c_c.o'
Assume Fortran 2003: has FLUSH, ALLOCATABLE derived type, and ISO C Binding
SUCCESS test 2 fortran only free format
Enviroment Test 4 Passed

I am going to wait for 3 seconds only ...
cp: cannot stat '/home/ubuntu/WRF_Intel/Libs/NETCDF/include/netcdf.inc': No such file or directory

Library Compatibility Tests
Test 1
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '-diag-disable=10448' to disable this message.
01_fortran+c+netcdf_f.f(5): error #5102: Cannot open include file 'netcdf.inc'
INCLUDE 'netcdf.inc'
----------------^
compilation aborted for 01_fortran+c+netcdf_f.f (code 1)
./WRF-MOSIT.sh: line 24056: icc: command not found
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '-diag-disable=10448' to disable this message.
ifort: error #10236: File not found: '01_fortran+c+netcdf_f.o'
ifort: error #10236: File not found: '01_fortran+c+netcdf_c.o'
./WRF-MOSIT.sh: line 24060: ./a.out: No such file or directory
Compatibility Compiler Test 1 Failed

https://docs.google.com/document/d/17nks4rKr8LDAhghPVXfpWZc6ylBwXROx/edit?usp=drive_link&ouid=113705583238494688693&rtpof=true&sd=true

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

Error with WRF_CMAQ

I try to use WRF-MOSIT to install Weather Research & Forecasting Model CMAQ (WRF-CMAQ) on Ubuntu 22.04.3 and got the error at CMAQ installation with the following error screen and logfile.

Screenshot from 2024-01-09 23-41-35
WRF_CMAQ.MASTER.log

Please help me to overcome the error.
Thank you a lot.

libslurm.so.36 missing lib

Hello - thanks for the script, managed to get WRF installed.

My question is, do I need to run WRF across multiple nodes, ie
mpirun -np 8 ./wrf.exe

Or just the script automatically configure it to the number of nodes?

This is the error I'm experiencing running WRF on 1 node with 16 cores:
mpirun: error while loading shared libraries: libslurm.so.36: cannot open shared object file: No such file or directory

Thank you
Alyce

Error: MET and METPLUS installation failed.

Describe the bug

I attempted to install the Weather Research & Forecasting Model (WRF) using WRF-MOSIT on Ubuntu 22.04.4 (Windows Sub-Linux Ubuntu) and encountered an error during the MET and METPLUS installation. Here is a screenshot of the error and the logfile:

met-error
logscopy.txt

Additional context
The error indicates that I am using Python 3.9.18, but when I checked the Python version, it showed Python 3.10.4.
pythonversion

https://docs.google.com/document/d/1g3mWJJthI8ljjdARc_u75rQjz1Ymnoo2/edit?usp=drive_link&ouid=113705583238494688693&rtpof=true&sd=true

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

Facing the error while configuring the WRF

Dear Dr.HathwayWill,
How are you? When I configure the WRF model I get the below error.Could you please help me?
/bin/rm -f namelist.input ; cp ../test/em_real/namelist.input . )

==========================================================================
build started: Tue Mar 7 12:38:21 PM EAT 2023
build completed: Tue Mar 7 12:38:38 PM EAT 2023

---> Problems building executables, look for errors in the build log <---

POSTFIX BUG

Describe the bug
When trying to use WRF-MOSIT postfix configuration sets up

Solution
sudo apt install postfix
select no configuration
sudo apt-get purge --auto-remove postfix

WRF Environment and Compatibility tests not found

Describe the bug
The website for the environment and compatibility tests are dead and not working. Causing WRF-MOSIT to fail.

--202
4-07-15 12:46:33-- https://www2.mmm.ucar.edu/wrf/OnLineTutorial/compile_tutorial/tar_files/Fortran_C_NETCDF_MPI_tests.tar
Resolving [www2.mmm.ucar.edu](https://www2.mmm.ucar.edu/) ([www2.mmm.ucar.edu](https://www2.mmm.ucar.edu/))... [128.117.13.91](https://128.117.13.91/)
Connecting to [www2.mmm.ucar.edu](https://www2.mmm.ucar.edu/) ([www2.mmm.ucar.edu](https://www2.mmm.ucar.edu/))|128.117.13.91|:443... connected.
HTTP request sent, awaiting response... 403 Forbidden
2024-07-15 12:46:34 ERROR 403: Forbidden.

--2024-07-15 12:46:34-- https://www2.mmm.ucar.edu/wrf/OnLineTutorial/compile_tutorial/tar_files/Fortran_C_tests.tar
Resolving [www2.mmm.ucar.edu](https://www2.mmm.ucar.edu/) ([www2.mmm.ucar.edu](https://www2.mmm.ucar.edu/))... [128.117.13.91](https://128.117.13.91/)
Connecting to [www2.mmm.ucar.edu](https://www2.mmm.ucar.edu/) ([www2.mmm.ucar.edu](https://www2.mmm.ucar.edu/))|128.117.13.91|:443... connected.
HTTP request sent, awaiting response... 403 Forbidden
2024-07-15 12:46:35 ERROR 403: Forbidden.

tar: Fortran_C_tests.tar: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
tar: Fortran_C_NETCDF_MPI_tests.tar: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
 
 
 
Environment Testing 
Test 1
f951: Error: Cannot open file ‘TEST_1_fortran_only_fixed.f’
<built-in>: Fatal Error: cannot open input file: TEST_1_fortran_only_fixed.f
compilation terminated.
./WRF-MOSIT.sh: line 23557: ./a.out: No such file or directory
Environment Compiler Test 1 Failed

Screenshot from 2024-07-15 08-45-32
Screenshot from 2024-07-15 08-45-26

This bug is on UCAR/NCAR's side for hosting weblinks. Will reach out to them.

https://docs.google.com/document/d/17nks4rKr8LDAhghPVXfpWZc6ylBwXROx/edit?usp=drive_link&ouid=113705583238494688693&rtpof=true&sd=true

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

WRF-MOSIT can't connect to www2.mmm.ucar.edu to retrieve tests.

Hello, I was trying to install WRF on a machine with Ubuntu 22 using WRF-MOSIT. The script was running smoothly until I encountered this error:
`
--2024-07-15 12:46:33-- https://www2.mmm.ucar.edu/wrf/OnLineTutorial/compile_tutorial/tar_files/Fortran_C_NETCDF_MPI_tests.tar
Resolving www2.mmm.ucar.edu (www2.mmm.ucar.edu)... 128.117.13.91
Connecting to www2.mmm.ucar.edu (www2.mmm.ucar.edu)|128.117.13.91|:443... connected.
HTTP request sent, awaiting response... 403 Forbidden
2024-07-15 12:46:34 ERROR 403: Forbidden.

--2024-07-15 12:46:34-- https://www2.mmm.ucar.edu/wrf/OnLineTutorial/compile_tutorial/tar_files/Fortran_C_tests.tar
Resolving www2.mmm.ucar.edu (www2.mmm.ucar.edu)... 128.117.13.91
Connecting to www2.mmm.ucar.edu (www2.mmm.ucar.edu)|128.117.13.91|:443... connected.
HTTP request sent, awaiting response... 403 Forbidden
2024-07-15 12:46:35 ERROR 403: Forbidden.

tar: Fortran_C_tests.tar: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
tar: Fortran_C_NETCDF_MPI_tests.tar: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now

Environment Testing
Test 1
f951: Error: Cannot open file ‘TEST_1_fortran_only_fixed.f’
: Fatal Error: cannot open input file: TEST_1_fortran_only_fixed.f
compilation terminated.
./WRF-MOSIT.sh: line 23557: ./a.out: No such file or directory
Environment Compiler Test 1 Failed

`

It seems that the www2.mmm.ucar.edu website is experiencing accessibility issues.
image

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.