WRFextras

De Wikicima
(Diferencias entre revisiones)
Saltar a: navegación, buscar
(Añadiendo uso de Thompson 28)
(Quitando lo de la copmilación con gcc)
 
(No se muestran 10 ediciones intermedias realizadas por un usuario)
Línea 1: Línea 1:
= namelists =
 
Here are provided some nameslits ready to be used
 
 
== SA50k ==
 
Full South American domain at 50 km [[File:namelist.wps.SA50k.odt]], [[File:namelist.input.SA50k.odt]] (passar a ficheros texto!)
 
[[File:SA50k.png|frame|50px|Full South America at 50 km resolution]]
 
 
== RELAMPAGO 1dom 4km ==
 
RELAMPAGO case-studies single domain at 4 km [[File:namelist.wps.RELAMPAGO1dom.odt]], [[File:namelist.input.RELAMPAGO1dom.odt]] (passar a ficheros texto!)
 
[[File:RELAMPAGO_4km.png|frame|50px|RELAMPAGO single domain 4 km resolution]]
 
 
== RELAMPAGO 2dom 12, 4km ==
 
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]]
 
 
 
= Aerosol climatologies for Thompson aerosol aware =
 
= 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].
+
Since WRF v3.6 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.
+
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 (<code>QNWFA_QNIFA_Monthly_AWIP/GFS/ERA</code>), 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>
+
In case of using ERA-Interim re-analyses, on should include on the <code>namelist.wps</code>
   
 
<pre>
 
<pre>
Línea 37: Línea 22:
 
At the <code>namelist.input</code> one should have
 
At the <code>namelist.input</code> one should have
 
<pre>
 
<pre>
+
mp_physics = 28
  +
use_aero_icbc = .T.
  +
aer_opt = 3
 
</pre>
 
</pre>
  +
* <code>use_aero_icbc</code> is used to specify that we want to use the <code>QNWFA_QNIFA_Monthly_*</code> aerosol climatologies
  +
* <code>aer_opt</code> is used to specify that we want the same aerosol climatologies for microphysics and radiation scheme (oonly for RRTMG)
  +
  +
'''NOTE:''' Since WRFv3.9 there is a new unique file for the aerosol climatologies <code>QNWFA_QNIFA_SIGMA_MONTHLY</code>
  +
  +
= namelists =
  +
Here are provided some nameslits ready to be used
  +
  +
== SA50k ==
  +
Full South American domain at 50 km [[File:namelist.wps.SA50k.odt]], [[File:namelist.input.SA50k.odt]] ('''NOTE:''' Transform to text files!)
  +
[[File:SA50k.png|frame|50px|Full South America at 50 km resolution]]
  +
  +
== RELAMPAGO 1dom 4km ==
  +
RELAMPAGO case-studies single domain at 4 km [[File:namelist.wps.RELAMPAGO1dom.odt]], [[File:namelist.input.RELAMPAGO1dom.odt]] ('''NOTE:''' Transform to text files!)
  +
[[File:RELAMPAGO_4km.png|frame|50px|RELAMPAGO single domain 4 km resolution]]
  +
  +
== RELAMPAGO 2dom 12, 4km ==
  +
RELAMPAGO case-studies nested domain at 12 and 4 km [[File:namelist.wps.RELAMPAGO2dom.odt]], [[File:namelist.input.RELAMPAGO2dom.odt]] ('''NOTE:''' Transform to text files!)
  +
[[File:RELAMPAGO_2dom.png|frame|50px|RELAMPAGO 2 domains 12, 4 km resolution]]

Última revisión de 13:13 6 dic 2017

Contenido

[editar] Aerosol climatologies for Thompson aerosol aware

Since WRF v3.6 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 namelist.wps

&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

mp_physics              = 28
use_aero_icbc           = .T.
aer_opt                 = 3
  • use_aero_icbc is used to specify that we want to use the QNWFA_QNIFA_Monthly_* aerosol climatologies
  • aer_opt is used to specify that we want the same aerosol climatologies for microphysics and radiation scheme (oonly for RRTMG)

NOTE: Since WRFv3.9 there is a new unique file for the aerosol climatologies QNWFA_QNIFA_SIGMA_MONTHLY

[editar] namelists

Here are provided some nameslits ready to be used

[editar] SA50k

Full South American domain at 50 km Archivo:namelist.wps.SA50k.odt, Archivo:namelist.input.SA50k.odt (NOTE: Transform to text files!)

(thumbnail)
Full South America at 50 km resolution

[editar] RELAMPAGO 1dom 4km

RELAMPAGO case-studies single domain at 4 km Archivo:namelist.wps.RELAMPAGO1dom.odt, Archivo:namelist.input.RELAMPAGO1dom.odt (NOTE: Transform to text files!)

(thumbnail)
RELAMPAGO single domain 4 km resolution

[editar] RELAMPAGO 2dom 12, 4km

RELAMPAGO case-studies nested domain at 12 and 4 km Archivo:namelist.wps.RELAMPAGO2dom.odt, Archivo:namelist.input.RELAMPAGO2dom.odt (NOTE: Transform to text files!)

(thumbnail)
RELAMPAGO 2 domains 12, 4 km resolution