-
Notifications
You must be signed in to change notification settings - Fork 136
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mixed precision data_override_mod
#1323
Commits on Aug 9, 2023
-
`data_override_mod` has been split into separate implementation and wrapper modules. Mixed precision support has been added.
Jesse Lentz committedAug 9, 2023 Configuration menu - View commit details
-
Copy full SHA for 89b76c8 - Browse repository at this point
Copy the full SHA 89b76c8View commit details
Commits on Aug 21, 2023
-
Include files for the implementation modules at the top of data_override.F90, and remove data_override_impl.F90
Jesse Lentz committedAug 21, 2023 Configuration menu - View commit details
-
Copy full SHA for 28b3d59 - Browse repository at this point
Copy the full SHA 28b3d59View commit details -
Use interfaces instead of class(*) procedures
Replace the class(*) versions of the `data_override_*` procedures with interfaces.
Jesse Lentz committedAug 21, 2023 Configuration menu - View commit details
-
Copy full SHA for b89c8db - Browse repository at this point
Copy the full SHA b89c8dbView commit details -
Fix `data_override_init` in the case where the optional `mode` argument is not used.
Jesse Lentz committedAug 21, 2023 Configuration menu - View commit details
-
Copy full SHA for 5dacac8 - Browse repository at this point
Copy the full SHA 5dacac8View commit details -
end module DATA_OVERRIDE_IMPL_
Jesse Lentz committedAug 21, 2023 Configuration menu - View commit details
-
Copy full SHA for 2b4b16e - Browse repository at this point
Copy the full SHA 2b4b16eView commit details -
Add doxygen comments to data_override.F90
Jesse Lentz committedAug 21, 2023 Configuration menu - View commit details
-
Copy full SHA for eb0137c - Browse repository at this point
Copy the full SHA eb0137cView commit details -
Update and clarify doxygen comments
Jesse Lentz committedAug 21, 2023 Configuration menu - View commit details
-
Copy full SHA for e960b14 - Browse repository at this point
Copy the full SHA e960b14View commit details -
Add doxygen comment for DATA_OVERRIDE_INIT_IMPL_
Jesse Lentz committedAug 21, 2023 Configuration menu - View commit details
-
Copy full SHA for 2d6bfd6 - Browse repository at this point
Copy the full SHA 2d6bfd6View commit details
Commits on Aug 22, 2023
-
Jesse Lentz committed
Aug 22, 2023 Configuration menu - View commit details
-
Copy full SHA for 3ca0798 - Browse repository at this point
Copy the full SHA 3ca0798View commit details -
Jesse Lentz committed
Aug 22, 2023 Configuration menu - View commit details
-
Copy full SHA for 3739e01 - Browse repository at this point
Copy the full SHA 3739e01View commit details -
Merge remote-tracking branch 'NOAA-GFDL/mixedmode' into data_override
Jesse Lentz committedAug 22, 2023 Configuration menu - View commit details
-
Copy full SHA for 969920d - Browse repository at this point
Copy the full SHA 969920dView commit details -
Add data_override/include to CMakeLists.txt
Jesse Lentz committedAug 22, 2023 Configuration menu - View commit details
-
Copy full SHA for bbf8b19 - Browse repository at this point
Copy the full SHA bbf8b19View commit details
Commits on Aug 23, 2023
-
Add data_override/include to CMakeLists.txt
Jesse Lentz committedAug 23, 2023 Configuration menu - View commit details
-
Copy full SHA for de4a15d - Browse repository at this point
Copy the full SHA de4a15dView commit details -
Rename data_override include files
Jesse Lentz committedAug 23, 2023 Configuration menu - View commit details
-
Copy full SHA for db69da2 - Browse repository at this point
Copy the full SHA db69da2View commit details -
Document DATA_OVERRIDE_INIT_IMPL_ arguments
Jesse Lentz committedAug 23, 2023 Configuration menu - View commit details
-
Copy full SHA for 2478bf6 - Browse repository at this point
Copy the full SHA 2478bf6View commit details
Commits on Aug 24, 2023
-
Jesse Lentz committed
Aug 24, 2023 Configuration menu - View commit details
-
Copy full SHA for 303141e - Browse repository at this point
Copy the full SHA 303141eView commit details -
Add doxygen comments for
count_ne_1
Jesse Lentz committedAug 24, 2023 Configuration menu - View commit details
-
Copy full SHA for 59bf15d - Browse repository at this point
Copy the full SHA 59bf15dView commit details
Commits on Aug 25, 2023
-
Merge remote-tracking branch 'NOAA-GFDL/mixedmode' into data_override
Jesse Lentz committedAug 25, 2023 Configuration menu - View commit details
-
Copy full SHA for 1f51673 - Browse repository at this point
Copy the full SHA 1f51673View commit details -
Add GPL header to include files
Jesse Lentz committedAug 25, 2023 Configuration menu - View commit details
-
Copy full SHA for fba5123 - Browse repository at this point
Copy the full SHA fba5123View commit details -
Jesse Lentz committed
Aug 25, 2023 Configuration menu - View commit details
-
Copy full SHA for bfcba86 - Browse repository at this point
Copy the full SHA bfcba86View commit details -
`DATA_OVERRIDE_0D_IMPL_` -> `DATA_OVERRIDE_0D_` `DATA_OVERRIDE_2D_IMPL_` -> `DATA_OVERRIDE_2D_` `DATA_OVERRIDE_3D_IMPL_` -> `DATA_OVERRIDE_3D_` `DATA_OVERRIDE_UG_1D_IMPL_` -> `DATA_OVERRIDE_UG_1D_` `DATA_OVERRIDE_UG_2D_IMPL_` -> `DATA_OVERRIDE_UG_2D_`
Jesse Lentz committedAug 25, 2023 Configuration menu - View commit details
-
Copy full SHA for a66917f - Browse repository at this point
Copy the full SHA a66917fView commit details -
Jesse Lentz committed
Aug 25, 2023 Configuration menu - View commit details
-
Copy full SHA for 2b71679 - Browse repository at this point
Copy the full SHA 2b71679View commit details
Commits on Aug 29, 2023
-
Remove duplicate line in Makefile.am
Jesse Lentz committedAug 29, 2023 Configuration menu - View commit details
-
Copy full SHA for ca0d5ab - Browse repository at this point
Copy the full SHA ca0d5abView commit details
Commits on Aug 30, 2023
-
Add comments and move
module
/module end
statementsComments have been added to the tops of `data_override.F90` and `data_override.inc`. The `module` and `module end` statements have been moved from the .fh files to `data_override.F90`.
Jesse Lentz committedAug 30, 2023 Configuration menu - View commit details
-
Copy full SHA for d93c3cd - Browse repository at this point
Copy the full SHA d93c3cdView commit details -
Eliminate implicit kinds and typecasts
Jesse Lentz committedAug 30, 2023 Configuration menu - View commit details
-
Copy full SHA for da7da2c - Browse repository at this point
Copy the full SHA da7da2cView commit details