CMAQ/pruebaAMBA

De Wikicima
(Diferencias entre revisiones)
Saltar a: navegación, buscar
(mcip)
Línea 16: Línea 16:
 
Se utiliza el programa de CMAQ <code>mcip</code> ([https://www.epa.gov/cmaq/meteorology-chemistry-interface-processor MCIP-epa]) para generar los archivos con las condiciones atmosféricas necesarias para CMAQ. Seguimos los mismos pasos que [[https://wiki.cima.fcen.uba.ar/mediawiki/index.php/CMAQ#Compilaci.C3.B3n_MCIP]]
 
Se utiliza el programa de CMAQ <code>mcip</code> ([https://www.epa.gov/cmaq/meteorology-chemistry-interface-processor MCIP-epa]) para generar los archivos con las condiciones atmosféricas necesarias para CMAQ. Seguimos los mismos pasos que [[https://wiki.cima.fcen.uba.ar/mediawiki/index.php/CMAQ#Compilaci.C3.B3n_MCIP]]
   
Tener la script para correr el programa
+
Tener la script para correr el programa:
 
<pre>
 
<pre>
cp
+
export CMAQ_HOME=/home/solange.luque/MODELOS/CMAQ/intel/src/CMAQ-master/CMAQ_Project/
  +
cd /home/solange.luque/MODELOS/CMAQ/intel/src/CMAQ-master/CMAQ_Project/PREP/mcip/scripts
  +
diff run_mcip.csh run_mcip.csh.old
  +
125,129c125
  +
< # config_cmaq.csh modifies $CMAQ_HOME
  +
< set val = $CMAQ_HOME
  +
< source $CMAQ_HOME/config_cmaq.csh intel
  +
< set CMAQ_HOME = $val
  +
< echo $0": Solange 2 CMAQ_HOME: "$CMAQ_HOME
  +
---
  +
> source $CMAQ_HOME/config_cmaq.csh
  +
133c129
  +
< set GridName = AMBA # 16-character maximum
  +
---
  +
> set GridName = 2016_12SE1 # 16-character maximum
  +
135,136c131,132
  +
< set DataPath = /home/solange.luque/estudios/CMAQ-AMBA/prueba/DATA
  +
< set InMetDir = $DataPath/wrf
  +
---
  +
> set DataPath = $CMAQ_DATA
  +
> set InMetDir = $DataPath/wrf
  +
142,143d137
  +
<
  +
< echo $0": Solange: "$ProgDir
  +
163,164c157,159
  +
< set InMetFiles = ( $InMetDir/wrfout_d03_2012-11-15_00:00:00 \
  +
< $InMetDir/wrfout_d03_2012-11-15_12:00:00 )
  +
---
  +
> set InMetFiles = ( $InMetDir/subset_wrfout_d01_2016-07-01_00:00:00 \
  +
> $InMetDir/subset_wrfout_d01_2016-07-02_00:00:00 \
  +
> $InMetDir/subset_wrfout_d01_2016-07-03_00:00:00 )
  +
166,167c161,162
  +
< set IfGeo = "T"
  +
< set InGeoFile = $InGeoDir/geo_em.d03.nc
  +
---
  +
> set IfGeo = "F"
  +
> set InGeoFile = $InGeoDir/geo_em_d01.nc
  +
194,195c189,190
  +
< set MCIP_START = 2012-11-15-00:10:00.0000 # [UTC]
  +
< set MCIP_END = 2012-11-15-50:00:00.0000 # [UTC]
  +
---
  +
> set MCIP_START = 2016-07-02-00:00:00.0000 # [UTC]
  +
> set MCIP_END = 2016-07-03-00:00:00.0000 # [UTC]
  +
197c192
  +
< set INTVL = 10 # [min]
  +
---
  +
> set INTVL = 60 # [min]
  +
221c216
  +
< set BTRIM = 5
  +
---
  +
> set BTRIM = 0
  +
</pre>
  +
  +
Ejecutando
  +
<pre>
  +
source /opt/load-libs.sh 1
  +
./mcip.exe >& run_mcip.log
 
</pre>
 
</pre>
   

Revisión de 11:01 25 ene 2023

Prueba de simulado en AMBA

WORKDIR = /home/solange.luque/estudios/CMAQ-AMBA/prueba 

Contenido

Datos atmosféricos

Se parte de simulaciones de WRF ya realizadas ver referencia.

Datos en:

/home/solange.luque/salidas/lluis.fita/estudios/ChemGBsAs/sims/weeks/20121110/control

mcip

Se utiliza el programa de CMAQ mcip (MCIP-epa) para generar los archivos con las condiciones atmosféricas necesarias para CMAQ. Seguimos los mismos pasos que [[1]]

Tener la script para correr el programa:

export CMAQ_HOME=/home/solange.luque/MODELOS/CMAQ/intel/src/CMAQ-master/CMAQ_Project/
cd /home/solange.luque/MODELOS/CMAQ/intel/src/CMAQ-master/CMAQ_Project/PREP/mcip/scripts
diff run_mcip.csh run_mcip.csh.old 
125,129c125
< # config_cmaq.csh modifies $CMAQ_HOME
< set val = $CMAQ_HOME
< source $CMAQ_HOME/config_cmaq.csh intel
< set CMAQ_HOME = $val
< echo $0": Solange 2 CMAQ_HOME: "$CMAQ_HOME
---
> source $CMAQ_HOME/config_cmaq.csh
133c129
< set GridName   = AMBA              # 16-character maximum
---
> set GridName   = 2016_12SE1        # 16-character maximum
135,136c131,132
< set DataPath   = /home/solange.luque/estudios/CMAQ-AMBA/prueba/DATA
< set InMetDir   = $DataPath/wrf 
---
> set DataPath   = $CMAQ_DATA
> set InMetDir   = $DataPath/wrf
142,143d137
< 
< echo $0": Solange: "$ProgDir
163,164c157,159
< set InMetFiles = ( $InMetDir/wrfout_d03_2012-11-15_00:00:00 \
<                    $InMetDir/wrfout_d03_2012-11-15_12:00:00 )
---
> set InMetFiles = ( $InMetDir/subset_wrfout_d01_2016-07-01_00:00:00 \
>                    $InMetDir/subset_wrfout_d01_2016-07-02_00:00:00 \
>                    $InMetDir/subset_wrfout_d01_2016-07-03_00:00:00 )
166,167c161,162
< set IfGeo      = "T"
< set InGeoFile  = $InGeoDir/geo_em.d03.nc
---
> set IfGeo      = "F"
> set InGeoFile  = $InGeoDir/geo_em_d01.nc
194,195c189,190
< set MCIP_START = 2012-11-15-00:10:00.0000  # [UTC]
< set MCIP_END   = 2012-11-15-50:00:00.0000  # [UTC]
---
> set MCIP_START = 2016-07-02-00:00:00.0000  # [UTC]
> set MCIP_END   = 2016-07-03-00:00:00.0000  # [UTC]
197c192
< set INTVL      = 10 # [min]
---
> set INTVL      = 60 # [min]
221c216
< set BTRIM = 5
---
> set BTRIM = 0

Ejecutando

source /opt/load-libs.sh 1
./mcip.exe >& run_mcip.log

Inventarios

Inventarios de emisiones y prepararlos para CMAQ

C.I. y C.C. químicas

Condiciones de contorno e iniciales para la química atmosférica

Configuración CAMQ

Configurar CMAQ

Simulado CMAQ

Simular CMAQ