diff --git a/SATELLITE/amsua_mod.sh b/SATELLITE/amsua_mod.sh index 5d865aeb55d5b9398a276d00d6b72585833a2bff..9314e60cda0039ad5f1622caef9095d3a753a84a 100755 --- a/SATELLITE/amsua_mod.sh +++ b/SATELLITE/amsua_mod.sh @@ -16,7 +16,8 @@ if [ $process_mode == 'rf' ]; then obs_datafile=$amsua_input/amsua_obs_$cdate_s2$midpoint_time.dat model_datafile=$gsv_depo_processed/amsu-a_input_${cdate_s2}_limited.grb elif [ $process_mode == 'cli' ]; then - obs_datafile=$scriptdir/other_files/amsua_locations_sample.dat + ##obs_datafile=$scriptdir/other_files/amsua_locations_sample.dat #LT + obs_datafile=other_files/amsua_locations_sample.dat #AM model_datafile=$gsv_depo/$cdate/amsu-a_input_${cdate_s2}_limited.grb fi diff --git a/SATELLITE/amsua_obs.sh b/SATELLITE/amsua_obs.sh index 5498cddf1ac09b6b8e654c4a2152d9c4456bdb58..4bd9eac4b673c3222d42a208d2bc907762d69689 100755 --- a/SATELLITE/amsua_obs.sh +++ b/SATELLITE/amsua_obs.sh @@ -51,7 +51,8 @@ if [[ $process_mode == 'rf' || $process_mode == 'dummy' ]]; then fi start_time=$end_time elif [ $process_mode == 'cli' ]; then - test -f $outf || cp $scriptdir/other_files/amsua_locations_sample.dat $outf + test -f $outf || cp other_files/amsua_locations_sample.dat $outf # AM + ## test -f $outf || cp $scriptdir/other_files/amsua_locations_sample.dat $outf # LT fi echo "Exiting amsua_obs.sh of AMSU-A workflow." diff --git a/SATELLITE/gsv_mod_data.sh b/SATELLITE/gsv_mod_data.sh index c84bd577d8763845257eee88d930a31e42b9f69a..28c1a1d3038ab13ceeb37689da8b2452b570a3db 100755 --- a/SATELLITE/gsv_mod_data.sh +++ b/SATELLITE/gsv_mod_data.sh @@ -82,8 +82,11 @@ fi cdo merge $gsv_depo/$cdate_s2$hour/t_$res.nc $gsv_depo/$cdate_s2$hour/q_$res.nc $gsv_depo/$cdate_s2$hour/clwc_$res.nc $gsv_depo/$cdate_s2$hour/pl.nc -lsm_static=$scriptdir/other_files/lsm_$res.grb1 #nc -zsurf_static=$scriptdir/other_files/z_surf_$res.grb1 #nc +##lsm_static=$scriptdir/other_files/lsm_$res.grb1 #nc LT +##zsurf_static=$scriptdir/other_files/z_surf_$res.grb1 #nc LT +lsm_static=other_files/lsm_$res.grb1 #nc AM +zsurf_static=other_files/z_surf_$res.grb1 #nc AM + u10=$gsv_depo/$cdate_s2$hour/10u_$res.nc u10c=$gsv_depo/$cdate_s2$hour/10u_${res}_cdo_copy.nc v10=$gsv_depo/$cdate_s2$hour/10v_$res.nc @@ -114,12 +117,16 @@ cdo -f nc copy $ci $cic intp_file=$gsv_depo/$cdate_s2$hour/ml.nc # vct_dat: get A and B coefficients of target vertical grid -vct_dat=$scriptdir/other_files/vct_91.dat +##vct_dat=$scriptdir/other_files/vct_91.dat # LT +vct_dat=other_files/vct_91.dat # AM # run python script: convert_pl2ml.py python3 convert_pl2ml.py $gsv_depo/$cdate_s2$hour/pl.nc $sp $vct_dat ${intp_file} $lat_S $lat_N $lon_W $lon_E - -$scriptdir/nc2grib.exe < nc2grib.exe << EOF ¶m infile3d = "$intp_file" file_u10 = "$gsv_depo/$cdate_s2$hour/10u_${res}_cdo_copy.nc" @@ -129,10 +136,10 @@ $scriptdir/nc2grib.exe <