Skip to content

Commit

Permalink
Merge pull request #175 from GEOS-ESM/feature/msienkie/init_coeffs_re…
Browse files Browse the repository at this point in the history
…adme

Update the readme file with a note about the 'generic' configuration
  • Loading branch information
rtodling authored May 12, 2022
2 parents 238e98f + 8215c94 commit c115b54
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Applications/NCEP_Etc/NCEP_bias/init_coeffs.f90
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,8 @@ program init_coeffs
obstype = gsi_files(iii)%dtype

select case (trim(obstype))
case ('sndr','sndrd1','sndrd2','sndrd3','sndrd4','ssmi','ssmis','seviri','tmi','gmi','avhrr')
case ('sndr','sndrd1','sndrd2','sndrd3','sndrd4','ssmi','ssmis', &
'seviri','tmi','gmi','avhrr','geoirs')
mean_only = .true.
np = 1
case default
Expand Down
7 changes: 7 additions & 0 deletions src/Applications/NCEP_Etc/NCEP_bias/readme_init_coeffs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,13 @@ directory with names in the format
%s.diag_(dtype)_(dplat)_ges.%y4%m2%d2_%h2z.bin
where the %s is substituted with the expid specified on the command line

Note: Since this program uses the "gsi.rc.tmpl" file to get values for 'dtype',
'dplat', and 'dsis' for each satellite instrument being fitted, if you are
using the 'generic' value for these variables in your "gsi.rc.tmpl" to
configure your instrument you will need to supply another file with an
'OBS_INPUT::' table like in the "gsi.rc.tmpl" which specifies the actual
'dtype', 'dplat' and 'dsis' values for your satellite(s).

--------------------- EXAMPLES --------------------------------------------

1) Using archived diag_*_ges.*.bin files as input
Expand Down

0 comments on commit c115b54

Please sign in to comment.