Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 2 additions & 9 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@

[submodule "atmos_phys"]
path = src/atmos_phys
url = https://github.com/ESCOMP/atmospheric_physics
fxtag = atmos_phys0_16_002
url = https://github.com/peverwhee/atmospheric_physics
fxtag = 3f9deba76f7a60367e5eb4dad4e94bfac1d1ef88
fxrequired = AlwaysRequired
fxDONOTUSEurl = https://github.com/ESCOMP/atmospheric_physics

Expand Down Expand Up @@ -76,13 +76,6 @@
fxrequired = AlwaysRequired
fxDONOTUSEurl = https://github.com/ESCOMP/HEMCO_CESM.git

[submodule "rte-rrtmgp"]
path = src/physics/rrtmgp/ext
url = https://github.com/earth-system-radiation/rte-rrtmgp.git
fxrequired = AlwaysRequired
fxtag = v1.9.2
fxDONOTUSEurl = https://github.com/earth-system-radiation/rte-rrtmgp.git

[submodule "rrtmgp-data"]
path = src/physics/rrtmgp/data
url = https://github.com/earth-system-radiation/rrtmgp-data.git
Expand Down
16 changes: 8 additions & 8 deletions bld/configure
Original file line number Diff line number Diff line change
Expand Up @@ -2138,16 +2138,16 @@ sub write_filepath
}
elsif ($rad eq 'rrtmgp') {
print $fh "$camsrcdir/src/physics/rrtmgp\n";
print $fh "$camsrcdir/src/physics/rrtmgp/ext/extensions\n";
print $fh "$camsrcdir/src/physics/rrtmgp/ext/gas-optics\n";
print $fh "$camsrcdir/src/physics/rrtmgp/ext/rrtmgp-frontend\n";
print $fh "$camsrcdir/src/physics/rrtmgp/ext/rte-frontend\n";
print $fh "$camsrcdir/src/atmos_phys/schemes/rrtmgp/ext/extensions\n";
print $fh "$camsrcdir/src/atmos_phys/schemes/rrtmgp/ext/gas-optics\n";
print $fh "$camsrcdir/src/atmos_phys/schemes/rrtmgp/ext/rrtmgp-frontend\n";
print $fh "$camsrcdir/src/atmos_phys/schemes/rrtmgp/ext/rte-frontend\n";
if ($use_rrtmgp_gpu) {
print $fh "$camsrcdir/src/physics/rrtmgp/ext/rrtmgp-kernels/accel\n";
print $fh "$camsrcdir/src/physics/rrtmgp/ext/rte-kernels/accel\n";
print $fh "$camsrcdir/src/atmos_phys/schemes/rrtmgp/ext/rrtmgp-kernels/accel\n";
print $fh "$camsrcdir/src/atmos_phys/schemes/rrtmgp/ext/rte-kernels/accel\n";
}
print $fh "$camsrcdir/src/physics/rrtmgp/ext/rrtmgp-kernels\n";
print $fh "$camsrcdir/src/physics/rrtmgp/ext/rte-kernels\n";
print $fh "$camsrcdir/src/atmos_phys/schemes/rrtmgp/ext/rrtmgp-kernels\n";
print $fh "$camsrcdir/src/atmos_phys/schemes/rrtmgp/ext/rte-kernels\n";
print $fh "$camsrcdir/src/atmos_phys/schemes/rrtmgp\n";
print $fh "$camsrcdir/src/atmos_phys/schemes/rrtmgp/objects\n";
}
Expand Down
1 change: 0 additions & 1 deletion src/physics/rrtmgp/ext
Submodule ext deleted from 77ff83
156 changes: 0 additions & 156 deletions src/physics/rrtmgp/rad_solar_var.F90

This file was deleted.

Loading
Loading