File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ set(UTILITIES_SOURCES
2727 mossco_attribute.F90
2828 mossco_component.F90
2929 mossco_config.F90
30- mossco_db.F90
30+ # mossco_db.F90
3131 mossco_dictionary.F90
3232 mossco_field.F90
3333 mossco_geom.F90
@@ -46,8 +46,8 @@ set(UTILITIES_SOURCES
4646 mossco_strings.F90
4747 mossco_time.F90
4848 mossco_variable_types.F90
49- nc_extract_variable.c
50- nc_extract_variable_lasttime.c
49+ # nc_extract_variable.c
50+ # nc_extract_variable_lasttime.c
5151 solver_library.F90
5252)
5353
Original file line number Diff line number Diff line change 11! > @brief Collection of modules for MOSSCO utilities
22!
33! This computer program is part of MOSSCO.
4- ! > @copyright 2021-2022 Helmholtz-Zentrum Hereon
5- ! > @copyright 2016-2021 Helmholtz-Zentrum Geesthacht
4+ ! > @copyright 2021-2025 Helmholtz-Zentrum hereon GmbH
5+ ! > @copyright 2016-2021 Helmholtz-Zentrum Geesthacht GmbH
66! > @author Carsten Lemmen <carsten.lemmen@hereon.de>
77!
88! MOSSCO is free software: you can redistribute it and/or modify it under the
@@ -31,4 +31,4 @@ module mossco
3131use mossco_state
3232use mossco_strings
3333
34- end module mossco_logging
34+ end module mossco
Original file line number Diff line number Diff line change 33 @brief Implementation of a netcdf utility that extracts a subset of variables
44
55 This computer program is part of MOSSCO.
6- @copyright 2021-2022 Helmholtz-Zentrum Hereon
7- @copyright 2015-2021 Helmholtz-Zentrum Geesthacht
6+ @copyright 2021-2022 Helmholtz-Zentrum hereon GmbH
7+ @copyright 2015-2021 Helmholtz-Zentrum Geesthacht GmbH
88 @author Carsten Lemmen <carsten.lemmen@hereon.de>
99
1010 MOSSCO is free software: you can redistribute it and/or modify it under the
You can’t perform that action at this time.
0 commit comments