Skip to content

RRFS_dev1: update cloud analysis tasks#276

Merged
hu5970 merged 3 commits into
NOAA-GSL:feature/RRFS_dev1from
hu5970:cloduanalysis_egs
Feb 8, 2022
Merged

RRFS_dev1: update cloud analysis tasks#276
hu5970 merged 3 commits into
NOAA-GSL:feature/RRFS_dev1from
hu5970:cloduanalysis_egs

Conversation

@hu5970
Copy link
Copy Markdown

@hu5970 hu5970 commented Feb 7, 2022

All cloud analysis tasks were updated for:

  1. preprocess the data over ESG grid directly
  2. add functions to do analysis over subdomain restart files
  3. all observation are used in cloud analysis.

     processing cloud observations over esg grid directly.
2. Update scripts to do radar tten and cloud analysis with subdomain restart files.
Comment thread scripts/exregional_nonvarcldanl.sh Outdated
else
for ii in ${list_iolayout}
do
iii=`printf %4.4i $ii`
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

suggest to use iii=$(printf %4.4i $ii)

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

Comment thread scripts/exregional_nonvarcldanl.sh Outdated
else
for ii in ${list_iolayout}
do
iii=`printf %4.4i $ii`
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

suggest to use iii=$(printf %4.4i $ii)

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

obs_file_check=${obs_file}.0000
fi
((ss+=1))
num=$( printf %2.2i ${ss} )
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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?

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Those numbers will be also used in radar tten and the array of radar tten. It is easy to just use the number.

Comment thread scripts/exregional_process_radarref.sh Outdated
else
for ii in $list_iolayout
do
iii=`printf %4.4i $ii`
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

suggest to use iii=$(printf %4.4i $ii)

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

Comment thread scripts/exregional_refl2tten.sh Outdated
else
for ii in ${list_iolayout}
do
iii=`printf %4.4i $ii`
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

suggest to use iii=$(printf %4.4i $ii)

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

fi

cat << EOF > mosaic.namelist
&setup
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Comment thread scripts/exregional_refl2tten.sh Outdated
n_iolayouty=$(($IO_LAYOUT_Y))
fi

cat << EOF > namelist_ref2tten
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

@hu5970 hu5970 force-pushed the cloduanalysis_egs branch from 36ef178 to 51ff615 Compare February 8, 2022 04:31
@hu5970 hu5970 merged commit b386647 into NOAA-GSL:feature/RRFS_dev1 Feb 8, 2022
@hu5970 hu5970 deleted the cloduanalysis_egs branch December 9, 2022 16:50
guoqing-noaa pushed a commit to guoqing-noaa/regional_workflow that referenced this pull request Sep 15, 2024
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants