Skip to content

Commit

Permalink
Make changes as requested during code review.
Browse files Browse the repository at this point in the history
  • Loading branch information
nusbaume committed Oct 3, 2024
1 parent a28f4f5 commit a3b6e32
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@

[submodule "atmos_phys"]
path = src/atmos_phys
url = https://github.com/nusbaume/atmospheric_physics
fxtag = fbef341
url = https://github.com/ESCOMP/atmospheric_physics
fxtag = atmos_phys0_05_001
fxrequired = AlwaysRequired
fxDONOTUSEurl = https://github.com/ESCOMP/atmospheric_physics

Expand Down
3 changes: 1 addition & 2 deletions bld/configure
Original file line number Diff line number Diff line change
Expand Up @@ -2335,6 +2335,7 @@ sub write_filepath
print $fh "$camsrcdir/src/atmos_phys/schemes/tropopause_find\n";
print $fh "$camsrcdir/src/atmos_phys/schemes/zhang_mcfarlane\n";
print $fh "$camsrcdir/src/atmos_phys/schemes/dry_adiabatic_adjust\n";
print $fh "$camsrcdir/src/atmos_phys/schemes/utilities\n";

# Dynamics package and test utilities
print $fh "$camsrcdir/src/dynamics/$dyn\n";
Expand All @@ -2360,8 +2361,6 @@ sub write_filepath
print $fh "$camsrcdir/src/control\n";
print $fh "$camsrcdir/src/utils\n";
print $fh "$camsrcdir/src/utils/cam_ccpp\n";
print $fh "$camsrcdir/src/atmos_phys/schemes/utilities\n";


$fh->close;
}
Expand Down
2 changes: 1 addition & 1 deletion src/atmos_phys
Submodule atmos_phys updated 1 files
+88 −1 doc/ChangeLog

0 comments on commit a3b6e32

Please sign in to comment.