Summary
As part of the MAPL3 rename work (MAPL→MAPL2→MAPL3), all bare use MAPL statements in Fortran source files must be changed to use MAPL2, and CMake DEPENDENCIES lists must include MAPL2. This mirrors changes being made in the MAPL repo itself (feature/#4600-rename-MAPL-MAPL2-MAPL3-MAPL).
Changes
CMakeLists.txt: Add MAPL2 to DEPENDENCIES
- 15 Fortran source files:
use MAPL → use MAPL2
AdvCore_GridCompMod.F90, AppGridCreate.F90, CreateInterpWeights_GridCompMod.F90, CubeGridPrototype.F90, CubeToCubeRegridder.F90, CubeToLatLon.F90, CubeToLatLonRegridder.F90, LatLonToCubeRegridder.F90, c2c.F90, fv_regrid_c2c.F90, fv_regrid_c2c_bin.F90, interp_restarts.F90, interp_restarts_bin.F90, rs_scale.F90, rs_scaleMod.F90
References
- MAPL issue #4600
- Part of the broader
release/MAPL-v3 effort
Summary
As part of the MAPL3 rename work (MAPL→MAPL2→MAPL3), all bare
use MAPLstatements in Fortran source files must be changed touse MAPL2, and CMakeDEPENDENCIESlists must includeMAPL2. This mirrors changes being made in the MAPL repo itself (feature/#4600-rename-MAPL-MAPL2-MAPL3-MAPL).Changes
CMakeLists.txt: AddMAPL2toDEPENDENCIESuse MAPL→use MAPL2AdvCore_GridCompMod.F90,AppGridCreate.F90,CreateInterpWeights_GridCompMod.F90,CubeGridPrototype.F90,CubeToCubeRegridder.F90,CubeToLatLon.F90,CubeToLatLonRegridder.F90,LatLonToCubeRegridder.F90,c2c.F90,fv_regrid_c2c.F90,fv_regrid_c2c_bin.F90,interp_restarts.F90,interp_restarts_bin.F90,rs_scale.F90,rs_scaleMod.F90References
release/MAPL-v3effort