Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mg3 v1 #255

Closed
wants to merge 1,170 commits into from
Closed

Mg3 v1 #255

wants to merge 1,170 commits into from

Conversation

AnningCheng-NOAA
Copy link
Collaborator

fixed a bug in CIN calculation in cs_conv.F90. The way to calculate CIN is only from cloud base to postitive buoyant layer instead of the whole column.

DomHeinzeller and others added 30 commits March 12, 2019 21:03
…d, flags for SIMD multi-architecture flags on Jet, stop attempts to build dynamic CCPP on gaea
…_droplet_number_concentration_updated_by_physics' should have been added to mp_thompson_hrrr_pre_run routine, not to mp_thompson_hrrr_init routine
… for PGI, revert to mpt-2.15f version of ESMF due to the inability to build it with mpt-2.19
…l/fv3.intel-18.0.3.222: follow filesystem migration from f1 to f2
Bugfix optional arguments for Thompson aerosol aware runs
…iguration options that will be set by rt.sh and that allow using the namelist templates for more than one of test
…und debugging statement to easily turn them on or off
…r flags; test/rt_gnu_pgi.conf: remove outdated regression test config (for now, use rt_ccpp_ref.conf instead)
DomHeinzeller and others added 20 commits May 28, 2019 14:31
…changes, run sfc_sice to handle ice points, run RUC LSM only for land points
…adj and parm/ccpp_gsd.nml.IN.tmp.with.sat.adj for running GSD physics with fast physics turned on
…crease wallclock time to 30minutes for 48h integrations
… have been removed from ccpp-physics repository
…al_landmask_follow_up

GSD suite cleanup and fractional landmask follow up
…0530_1

Update submodule pointers for FV3 and ccpp/physics 2019/05/30 - 1
…_cleanup

Bugfix fractional landmask, scientific documentation update, cleanup
…0530_2

Update submodule pointers 2019/05/30 - 2
@climbfuji
Copy link
Collaborator

We are almost there. What I am seeing is that your branch "MG3_v1" in your fork of ccpp-physics is actually a branch of NEMSfv3gfs, not just a branch containing your code changes in ccpp-physics.

This is because your directory /scratch3/NCEPDEV/climate/noscrub/Anning.Cheng/NEMSfv3gfs/ccpp/physics contains a full copy of NEMSfv3gfs (don't know why):

[Dom.Heinzeller@tfe08 ~]$ pwd
/scratch3/NCEPDEV/climate/noscrub/Anning.Cheng/NEMSfv3gfs/ccpp/physics
[Dom.Heinzeller@tfe08 physics]$ ls -lart
total 1296
drwxr-sr-x  6 Anning.Cheng climate  4096 May 31 19:56 ..
-rw-r--r--  1 Anning.Cheng climate    40 May 31 19:56 .git
-rw-r--r--  1 Anning.Cheng climate    53 May 31 19:56 .gitignore
-rw-r--r--  1 Anning.Cheng climate 18044 May 31 19:56 CMakeLists.txt
-rw-r--r--  1 Anning.Cheng climate   515 May 31 19:56 CODEOWNERS
-rw-r--r--  1 Anning.Cheng climate   568 May 31 19:56 LICENSE
-rwxr-xr-x  1 Anning.Cheng climate  3171 May 31 19:56 pgifix.py
drwxr-sr-x  2 Anning.Cheng climate  4096 May 31 19:56 stochastic_physics
-rw-r--r--  1 Anning.Cheng climate   406 May 31 22:30 .gitmodules
-rw-r--r--  1 Anning.Cheng climate   230 May 31 22:30 CCPP.appBuilder
-rw-r--r--  1 Anning.Cheng climate   193 May 31 22:30 CCPP_ref_trans.appBuilder
-rw-r--r--  1 Anning.Cheng climate   248 May 31 22:30 CCPP_repro.appBuilder
-rw-r--r--  1 Anning.Cheng climate   243 May 31 22:30 CCPP_static_trans.appBuilder
drwxr-sr-x  2 Anning.Cheng climate  4096 May 31 22:30 FMS
drwxr-sr-x  2 Anning.Cheng climate  4096 May 31 22:30 FV3
drwxr-sr-x  2 Anning.Cheng climate  4096 May 31 22:30 NEMS
drwxr-sr-x  6 Anning.Cheng climate  4096 May 31 22:30 ccpp
drwxr-sr-x  2 Anning.Cheng climate  4096 May 31 22:30 compsets
drwxr-sr-x  2 Anning.Cheng climate  4096 May 31 22:30 conf
drwxr-sr-x  2 Anning.Cheng climate  4096 May 31 22:30 doc
drwxr-sr-x 14 Anning.Cheng climate  4096 May 31 22:30 log
drwxr-sr-x 20 Anning.Cheng climate  4096 May 31 22:30 modulefiles
drwxr-sr-x  2 Anning.Cheng climate  8192 May 31 22:30 parm
drwxr-sr-x  3 Anning.Cheng climate  4096 May 31 22:30 release
-rw-r--r--  1 Anning.Cheng climate   165 May 31 22:30 standaloneFV3.appBuilder
-rw-r--r--  1 Anning.Cheng climate   198 May 31 22:30 standaloneFV3_repro.appBuilder
drwxr-sr-x  4 Anning.Cheng climate  8192 May 31 22:30 tests
-rw-r--r--  1 Anning.Cheng climate    71 May 31 22:36 README.md
drwxr-sr-x 16 Anning.Cheng climate  4096 May 31 22:36 .
drwxr-sr-x  3 Anning.Cheng climate 20480 May 31 22:47 physics

If I descend further into /scratch3/NCEPDEV/climate/noscrub/Anning.Cheng/NEMSfv3gfs/ccpp/physics/ccpp/physics (note the repeat of ccpp/physics) I find an empty directory, but a git commit message that looks about right.

[Dom.Heinzeller@tfe08 physics]$ pwd
/scratch3/NCEPDEV/climate/noscrub/Anning.Cheng/NEMSfv3gfs/ccpp/physics/ccpp/physics
[Dom.Heinzeller@tfe08 physics]$ ls -lart
total 96
drwxr-sr-x 2 Anning.Cheng climate 4096 May 31 22:30 .
drwxr-sr-x 6 Anning.Cheng climate 4096 May 31 22:30 ..

[Dom.Heinzeller@tfe08 physics]$ git log
commit 3aa8f3f89d094c70e347f34ff77ef1e547bf31d1
Merge: e582abe 3c372a2
Author: anning.cheng <[email protected]>
Date:   Fri May 31 18:37:42 2019 -0400

    fixed a bug in CIN calculation

commit 3c372a2525d6f283786b8150ebbf46a7780599c9
Merge: 44de0c7 9e61667
Author: Dom Heinzeller <[email protected]>
Date:   Thu May 30 22:07:45 2019 -0600

    Merge pull request #169 from climbfuji/update_submodule_pointers_20190530_2

    Update submodule pointers 2019/05/30 - 2

...

@AnningCheng-NOAA
Copy link
Collaborator Author

AnningCheng-NOAA commented Jun 1, 2019 via email

hannahcbarnes pushed a commit to hannahcbarnes/ccpp-physics that referenced this pull request Aug 3, 2022
* Change in .gitmodules to point to ccpp/physics feature branch ufs-nst and reduction of z_w_max (30 m to 20 m)
* Point to ccpp/physics feature branch (ufs-nst) and add one ccpp suite
* merge to top of develop branch in fv3atm
* Add new ccpp suite: suite_FV3_GFS_v16_couplednsst.xml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants