WRFextras
(Añadiendo uso de Thompson 28) |
|||
Línea 13: | Línea 13: | ||
RELAMPAGO case-studies nested domain at 12 and 4 km [[File:namelist.wps.RELAMPAGO2dom.odt]], [[File:namelist.input.RELAMPAGO2dom.odt]] (passar a ficheros texto!) |
RELAMPAGO case-studies nested domain at 12 and 4 km [[File:namelist.wps.RELAMPAGO2dom.odt]], [[File:namelist.input.RELAMPAGO2dom.odt]] (passar a ficheros texto!) |
||
[[File:RELAMPAGO_2dom.png|frame|50px|RELAMPAGO 2 domains 12, 4 km resolution]] |
[[File:RELAMPAGO_2dom.png|frame|50px|RELAMPAGO 2 domains 12, 4 km resolution]] |
||
+ | |||
+ | = Aerosol climatologies for Thompson aerosol aware = |
||
+ | There is an option to have a micro-physics scheme with awareness on aersol densities. See more details in [http://www2.mmm.ucar.edu/wrf/users/wrfv3.6/mp28.html Thompson Aerosol-aware]. |
||
+ | |||
+ | One need to add at WPS - metgrid, the files with the climatologies of aerosos. These climatologies come from GCM runs where aerosols where active. There are 3 different climatologies (QNWFA_QNIFA_Monthly_AWIP/GFS/ERA), comming from the ue of 3 different re-analysis. |
||
+ | |||
+ | In case of using ERA-Interim re-analyses, on should include on the <code<namelist.wps</code> |
||
+ | |||
+ | <pre> |
||
+ | &metgrid |
||
+ | fg_name = 'FILE', |
||
+ | io_form_metgrid = 2, |
||
+ | opt_metgrid_tbl_path = './' |
||
+ | constants_name = 'QNWFA_QNIFA_Monthly_ERA' |
||
+ | / |
||
+ | </pre> |
||
+ | |||
+ | And then link the climatological fle (in this case the ERA-Interim) where <code>metgrid.exe</code> will be run |
||
+ | <pre> |
||
+ | $ ln -s /share/GEOG/QNWFA_QNIFA_Monthly_ERA ./ |
||
+ | </pre> |
||
+ | |||
+ | At the <code>namelist.input</code> one should have |
||
+ | <pre> |
||
+ | |||
+ | </pre> |
Revisión de 10:46 25 oct 2017
Contenido |
namelists
Here are provided some nameslits ready to be used
SA50k
Full South American domain at 50 km Archivo:namelist.wps.SA50k.odt, Archivo:namelist.input.SA50k.odt (passar a ficheros texto!)
RELAMPAGO 1dom 4km
RELAMPAGO case-studies single domain at 4 km Archivo:namelist.wps.RELAMPAGO1dom.odt, Archivo:namelist.input.RELAMPAGO1dom.odt (passar a ficheros texto!)
RELAMPAGO 2dom 12, 4km
RELAMPAGO case-studies nested domain at 12 and 4 km Archivo:namelist.wps.RELAMPAGO2dom.odt, Archivo:namelist.input.RELAMPAGO2dom.odt (passar a ficheros texto!)
Aerosol climatologies for Thompson aerosol aware
There is an option to have a micro-physics scheme with awareness on aersol densities. See more details in Thompson Aerosol-aware.
One need to add at WPS - metgrid, the files with the climatologies of aerosos. These climatologies come from GCM runs where aerosols where active. There are 3 different climatologies (QNWFA_QNIFA_Monthly_AWIP/GFS/ERA), comming from the ue of 3 different re-analysis.
In case of using ERA-Interim re-analyses, on should include on the <code<namelist.wps</code>
&metgrid fg_name = 'FILE', io_form_metgrid = 2, opt_metgrid_tbl_path = './' constants_name = 'QNWFA_QNIFA_Monthly_ERA' /
And then link the climatological fle (in this case the ERA-Interim) where metgrid.exe
will be run
$ ln -s /share/GEOG/QNWFA_QNIFA_Monthly_ERA ./
At the namelist.input
one should have