From 3cc6039c962d3a4b9a8abe321cecc735e09f5210 Mon Sep 17 00:00:00 2001 From: Amal El Akkraoui Date: Tue, 23 Aug 2022 07:20:39 -0400 Subject: [PATCH] updates to fix aerosol assimilation of AVHRR data for GEOSIT/R21C --- src/Applications/GAAS_App/ana.rc.tmpl | 7 ++++--- src/Applications/GEOSdas_App/GEOSdas.csm | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/Applications/GAAS_App/ana.rc.tmpl b/src/Applications/GAAS_App/ana.rc.tmpl index ff285eb7..1cab053b 100644 --- a/src/Applications/GAAS_App/ana.rc.tmpl +++ b/src/Applications/GAAS_App/ana.rc.tmpl @@ -17,8 +17,9 @@ ODS_files:: # Active data (Note: deep blue in MYD04 is passive) -#___AVHRR___${FVWORK}/${EXPID}.patmosx_v05r02_L2a.asc.%y4%m2%d2_%h200z.ods -#___AVHRR___${FVWORK}/${EXPID}.patmosx_v05r02_L2a.des.%y4%m2%d2_%h200z.ods +##___AVHRR___${FVWORK}/${EXPID}.patmosx_v05r02_L2a.asc.%y4%m2%d2_%h200z.ods +##___AVHRR___${FVWORK}/${EXPID}.patmosx_v05r02_L2a.des.%y4%m2%d2_%h200z.ods +#___AVHRR___${FVWORK}/patmosx.%y4%m2%d2_%h2z.ods #___TERRA_NRT___${FVWORK}/${EXPID}.MOD04_L2a.land.%y4%m2%d2_%h200z.ods #___TERRA_NRT___${FVWORK}/${EXPID}.MOD04_L2a.ocean.%y4%m2%d2_%h200z.ods @@ -38,7 +39,7 @@ ODS_files:: #___MISR___${FVWORK}/misr_F12_0022.bright_tc8.obs.%y4%m2%d2.ods -#___AERONET___${FVWORK}/aeronet.obs.%y4%m2%d2.ods +#___AERONET___${FVWORK}/aeronet.obs.%y4%m2%d2_%h2z.ods # Passive data #/nobackup/3/PARASOL/Level2/ODS/Y%y4/M%m2/PARASOL_L2.aero_tc8.obs.%y4%m2%d2.ods diff --git a/src/Applications/GEOSdas_App/GEOSdas.csm b/src/Applications/GEOSdas_App/GEOSdas.csm index 038dc452..669b6269 100755 --- a/src/Applications/GEOSdas_App/GEOSdas.csm +++ b/src/Applications/GEOSdas_App/GEOSdas.csm @@ -4321,7 +4321,7 @@ endif sed -i "s/#___AVHRR___//" $ana_rc endif - if ($aod_obs == patmosx_asc) sed -i "s/#___AVHRR___//" $ana_rc + if ($aod_obs == patmosx_asc || $aod_obs == patmosx_ods) sed -i "s/#___AVHRR___//" $ana_rc if ($aod_obs == aeronet_obs) sed -i "s/#___AERONET___//" $ana_rc if ($aod_obs == misr_F12_bright) sed -i "s/#___MISR___//" $ana_rc if ($aod_obs == mod04_land_nnr) sed -i "s/#___TERRA___//" $ana_rc