RRFS_dev1: update cloud analysis tasks#276
Conversation
processing cloud observations over esg grid directly. 2. Update scripts to do radar tten and cloud analysis with subdomain restart files.
| else | ||
| for ii in ${list_iolayout} | ||
| do | ||
| iii=`printf %4.4i $ii` |
There was a problem hiding this comment.
suggest to use iii=$(printf %4.4i $ii)
| else | ||
| for ii in ${list_iolayout} | ||
| do | ||
| iii=`printf %4.4i $ii` |
There was a problem hiding this comment.
suggest to use iii=$(printf %4.4i $ii)
| obs_file_check=${obs_file}.0000 | ||
| fi | ||
| ((ss+=1)) | ||
| num=$( printf %2.2i ${ss} ) |
There was a problem hiding this comment.
So RefInGSI3D.dat_01, RefInGSI3D.dat_02, RefInGSI3D.dat_03 and RefInGSI3D.dat_04 correspond to t+0, t+15, t+30, t+45 sub cycles? Would it be better to use the sub cycle minutes as the suffix instead of 01, 02, 03, 04?
There was a problem hiding this comment.
Those numbers will be also used in radar tten and the array of radar tten. It is easy to just use the number.
| else | ||
| for ii in $list_iolayout | ||
| do | ||
| iii=`printf %4.4i $ii` |
There was a problem hiding this comment.
suggest to use iii=$(printf %4.4i $ii)
| else | ||
| for ii in ${list_iolayout} | ||
| do | ||
| iii=`printf %4.4i $ii` |
There was a problem hiding this comment.
suggest to use iii=$(printf %4.4i $ii)
| fi | ||
|
|
||
| cat << EOF > mosaic.namelist | ||
| &setup |
There was a problem hiding this comment.
do you want to make it consistent in the naming of namelist files for lightning, mosaic, and ref2tten? such as
namelist.lightning
namelist.mosaic
namelist.ref2tten
| n_iolayouty=$(($IO_LAYOUT_Y)) | ||
| fi | ||
|
|
||
| cat << EOF > namelist_ref2tten |
There was a problem hiding this comment.
do you want to make it consistent in the naming of namelist files for lightning, mosaic, and ref2tten? such as
namelist.lightning
namelist.mosaic
namelist.ref2tten
36ef178 to
51ff615
Compare
NOAA-GSL#276) new feature to replace the special character in PARAMS (/fix/prdgen) file for extracting exact variables with different time string information set up special string to be replaced in the PRDGEN process for extracting exact variables with different time strings
All cloud analysis tasks were updated for: