daniloceano
Member
Hello!
In the tutorial, for processing the static geographic fields it is indicated to set up the namelist.init_atmosphere as follows:
However, as I am outside of NCAR, I do not have access to this 'classroom' folder. So I trying to set up the namelist using the files provided in the tutorial as in View attachment namelist.init_atmosphere.txt.
Using this, the processing seems to run just fine, as there are no errors. However, when I run the plot_terrain.ncl script to see the terrain, it shows a map with no terrain: View attachment terrain.pdf
Is this just me indicating the model to read the wrong terrain files or is it something else?
In the tutorial, for processing the static geographic fields it is indicated to set up the namelist.init_atmosphere as follows:
Code:
&data_sources
config_geog_data_path = '/classroom/wrfhelp/mpas/geog/'
config_landuse_data = 'MODIFIED_IGBP_MODIS_NOAH'
config_topo_data = 'GMTED2010'
config_vegfrac_data = 'MODIS'
config_albedo_data = 'MODIS'
config_maxsnowalbedo_data = 'MODIS'
config_supersample_factor = 3
However, as I am outside of NCAR, I do not have access to this 'classroom' folder. So I trying to set up the namelist using the files provided in the tutorial as in View attachment namelist.init_atmosphere.txt.
Using this, the processing seems to run just fine, as there are no errors. However, when I run the plot_terrain.ncl script to see the terrain, it shows a map with no terrain: View attachment terrain.pdf
Is this just me indicating the model to read the wrong terrain files or is it something else?