Skip to content

Commit

Permalink
Update paths to use new atmos_phys 'schemes' directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
nusbaume committed Sep 30, 2024
1 parent 5860b08 commit 29f3e3f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@

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

[submodule "fv3"]
path = src/dynamics/fv3
Expand Down
12 changes: 6 additions & 6 deletions bld/configure
Original file line number Diff line number Diff line change
Expand Up @@ -2191,9 +2191,9 @@ sub write_filepath

if ($simple_phys) {
print $fh "$camsrcdir/src/physics/simple\n";
print $fh "$camsrcdir/src/atmos_phys/kessler\n";
print $fh "$camsrcdir/src/atmos_phys/held_suarez\n";
print $fh "$camsrcdir/src/atmos_phys/tj2016\n";
print $fh "$camsrcdir/src/atmos_phys/schemes/kessler\n";
print $fh "$camsrcdir/src/atmos_phys/schemes/held_suarez\n";
print $fh "$camsrcdir/src/atmos_phys/schemes/tj2016\n";
}

# Weak scaling fix. This has to come before physics/cam and before dycores
Expand Down Expand Up @@ -2332,8 +2332,8 @@ sub write_filepath
print $fh "$camsrcdir/src/physics/cam\n";

#Add the CCPP'ized subdirectories
print $fh "$camsrcdir/src/atmos_phys/zhang_mcfarlane\n";
print $fh "$camsrcdir/src/atmos_phys/dry_adiabatic_adjust\n";
print $fh "$camsrcdir/src/atmos_phys/schemes/zhang_mcfarlane\n";
print $fh "$camsrcdir/src/atmos_phys/schemes/dry_adiabatic_adjust\n";

# Dynamics package and test utilities
print $fh "$camsrcdir/src/dynamics/$dyn\n";
Expand All @@ -2359,7 +2359,7 @@ 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/utilities\n";
print $fh "$camsrcdir/src/atmos_phys/schemes/utilities\n";


$fh->close;
Expand Down

0 comments on commit 29f3e3f

Please sign in to comment.