yyr / wrf_install

Download & build process of wrf model with all dependencies
GNU General Public License v3.0
36 stars 23 forks source link

/wrf/gcc/WRFV3/chem folder #25

Open mabelsfatalfable opened 6 years ago

mabelsfatalfable commented 6 years ago

The folder "chem" in "/wrf/gcc/WRFV3/" is needed to be created in before compiling "./build_app.sh WRF" for the default type installation.

yyr commented 6 years ago

Is it to install WRF chem? I never built chem with these scripts

mabelsfatalfable commented 6 years ago

No, the installation part does not include the WRF-Chem option, but it tries to read/write on /wrf/gcc/WRFV3/chem directory at some point doing loops during the building of WRF on my current setup.

I can check and supply the logs, the other parts of the installation works by default without any problem after creating this directory.

yyr commented 6 years ago

Now, I do remember make looking for chem. I ignored them since they are not show stoppers. That must be bug in WRF Makefiles.

We can silence them if it is needed by creating a empty folder in wrf.sh

mabelsfatalfable commented 6 years ago

Yes, it is what I did during the installation, It will sure solve the problem encountered.