Skip to content

Commit 69194ca

Browse files
committed
Updating to flattened atmos_phys to_be_ccppized folder.
1 parent 04eb0d2 commit 69194ca

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
[submodule "atmos_phys"]
3737
path = src/atmos_phys
3838
url = https://github.com/mwaxmonsky/atmospheric_physics
39-
fxtag = 2b03bea15d533e4d983ec910a0d09f1111167e6b
39+
fxtag = a1e05a5e8e30d36d2b36866a84568a791c37d679
4040
fxrequired = AlwaysRequired
4141
fxDONOTUSEurl = https://github.com/mwaxmonsky/atmospheric_physics
4242

bld/configure

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2332,8 +2332,7 @@ sub write_filepath
23322332
# be overridden by modules from directories that occur earlier
23332333
# in the list of filepaths.
23342334
print $fh "$camsrcdir/src/physics/cam\n";
2335-
print $fh "$camsrcdir/src/atmos_phys/to_be_ccppized/utilities\n";
2336-
print $fh "$camsrcdir/src/atmos_phys/to_be_ccppized/physics/cam\n";
2335+
print $fh "$camsrcdir/src/atmos_phys/to_be_ccppized\n";
23372336

23382337
#Add the CCPP'ized subdirectories
23392338
print $fh "$camsrcdir/src/atmos_phys/schemes/tropopause_find\n";

0 commit comments

Comments
 (0)