Skip to content

Commit

Permalink
Merge branch 'develop' into feature/gaea-c5
Browse files Browse the repository at this point in the history
  • Loading branch information
RussTreadon-NOAA authored Oct 31, 2024
2 parents a140bbd + 45f22e9 commit 2ed0aba
Show file tree
Hide file tree
Showing 4 changed files with 574 additions and 2 deletions.
1 change: 1 addition & 0 deletions parm/atm/jcb-prototype_3dvar.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ observations:
# - satwnd.viirs_npp
# - scatwind_ascat_metop-a
# - snowcvr
- abi_g16
16 changes: 16 additions & 0 deletions parm/ioda/bufr2ioda/bufr2ioda_gsrcsr.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"data_format" : "bufr_d",
"data_type" : "gsrcsr",
"cycle_type" : "{{ RUN }}",
"cycle_datetime" : "{{ current_cycle | to_YMDH }}",
"dump_directory" : "{{ DMPDIR }}",
"ioda_directory" : "{{ COM_OBS }}",
"subsets" : ['NC021046'],
"data_description" : "NC021046 ABI, GOES-16; NC021046 ABI, GOES-17, NC021046 ABI, GOES-18",
"data_provider" : "U.S. NOAA/NESDIS",
"sensor_info" : { "sensor_name": "ABI", "sensor_full_name": "Advanced Baseline Imager", "sensor_id": 617 },
"satellite_info" : [
{ "satellite_name": "g16", "satellite_full_name": "GOES-16", "satellite_id": 270, "launch time": "20171119" },
{ "satellite_name": "g17", "satellite_full_name": "GOES-17", "satellite_id": 271, "launch time": "20180301" },
{ "satellite_name": "g18", "satellite_full_name": "GOES-18", "satellite_id": 272, "launch time": "20220301" } ]
}
4 changes: 2 additions & 2 deletions test/atm/global-workflow/setup_workflow_exp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ idate=2021032312
edate=2021032318
app=ATM
starttype='warm'
gfscyc='4'
interval='6'
resdetatmos='48'
resensatmos='48'
nens=3
Expand All @@ -37,7 +37,7 @@ $srcdir/../../workflow/setup_expt.py gfs cycled --idate $idate \
--edate $edate \
--app $app \
--start $starttype \
--gfs_cyc $gfscyc \
--interval $interval \
--resdetatmos $resdetatmos \
--resensatmos $resensatmos \
--nens $nens \
Expand Down
Loading

0 comments on commit 2ed0aba

Please sign in to comment.