noaa-oar-arl / UFS-Aerosol-Config

NOAA OAR repository of UFS-Aerosol configuration files and cases
MIT License
2 stars 3 forks source link

P7.1 preliminary experiments #14

Open rmontuoro opened 3 years ago

rmontuoro commented 3 years ago

Description:

Model Updates

As code changes are being reviewed and merged in the UFS weather model authoritative repository, I have created two feature branches in my ufs-weather-model fork including the latest model updates to begin running preliminary P7.1 experiments:

Both of these branches also include:

Please checkout either of those branches as follows:

git clone -b feature/p7.1 --recursive https://github.com/rmontuoro/ufs-weather-model.git

or:

git clone -b feature/p7.1-gocart-dev --recursive https://github.com/rmontuoro/ufs-weather-model.git

Workflow Updates

To start testing the branches above with a preliminary (fully-coupled) P7.1 configuration, I've also created a new global workflow branch in my forked repository. This branch supersedes the current feature/aerosols and includes a draft P7.1 case file:

You may checkout this global workflow update as:

git clone -b feature/p7.1 --recursive https://github.com/rmontuoro/global-workflow.git    

To use one of the branches above, please download the source code as follows:

cd sorc/
sh checkout.sh -c -r <branch> -u https://github.com/rmontuoro/ufs-weather-model.git

then build using option -c for either atmosphere-aerosol or fully-coupled (P7.1) configurations, or -a only for atmosphere-aerosols runs:

sh build_all.sh -c

Aerosol Configuration Files

Updated configuration files for GOCART 2.0 rc1 (ufs-weather-model branch feature/p7.1-gocart-dev above) are available in the rc.hera folder of this repository's branch feature/p7.1-gocart-dev.

These files can be used as a template for P7.1 experiments. Note that brown carbon (br) has been disabled in current configurations. However, the component can be turned on for testing purposes using the following settings in GOCART2G_GridComp.rc:

ACTIVE_INSTANCES_CA:   CA.oc  CA.bc  CA.br

and configuration file CA2G_instance_CA.br.rc. Two additional tracers also need to be added as done for the BC and OC components.

bbakernoaa commented 3 years ago

All

My runs are here:

run directory /scratch2/NCEPDEV/naqfc/Barry.Baker/p71_2016*

COM /scratch2/NCEPDEV/naqfc/Barry.Baker/COM/p71_2016*

DATA /scratch2/NCEPDEV/naqfc/Barry.Baker/DATA/p71_2016*

@lipan-NOAA is backing these up on HPSS for me

zhanglikate commented 3 years ago

@bbakernoaa @lipan-NOAA May I know which path did you back up at HPSS. I did not see the path as @rmontuoro recommended.

lipan-NOAA commented 3 years ago

@zhanglikate @bbakernoaa @rmontuoro I will archive all ours run to that directory.

Kate, would you let me know where are your outputs located ?

Li

zhanglikate commented 3 years ago

@lipan-NOAA Here are all of my output:

20130101: /scratch2/NCEPDEV/naqfc/Kate.Zhang/fv3gfs/comrot/Jan_CPL_C384/gfs.20130101 20130301: /scratch2/NCEPDEV/naqfc/Kate.Zhang/fv3gfs/comrot/Jan_CPL_C384/gfs.20130301 20130701: /scratch2/NCEPDEV/naqfc/Kate.Zhang/fv3gfs/comrot/Jan_CPL_C384/gfs.20130701 20131001: /scratch2/NCEPDEV/naqfc/Kate.Zhang/fv3gfs/comrot/Jan_CPL_C384/gfs.20131001

zhanglikate commented 3 years ago

@lipan-NOAA I copied the gocart AOD output from RUNDIR into output DIR and put them into the "chem" folder. Thanks.