Skip to content
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

Diag field type #1017

Merged
merged 11 commits into from
Aug 15, 2022
Prev Previous commit
Next Next commit
Adds licesne
  • Loading branch information
thomas-robinson committed Aug 9, 2022
commit 8f480ba1675cc06cd36f8743f4ed297e130d0b7a
18 changes: 18 additions & 0 deletions diag_manager/fms_diag_object.F90
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
!***********************************************************************
!* GNU Lesser General Public License
!*
!* This file is part of the GFDL Flexible Modeling System (FMS).
!*
!* FMS is free software: you can redistribute it and/or modify it under
!* the terms of the GNU Lesser General Public License as published by
!* the Free Software Foundation, either version 3 of the License, or (at
!* your option) any later version.
!*
!* FMS is distributed in the hope that it will be useful, but WITHOUT
!* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
!* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
!* for more details.
!*
!* You should have received a copy of the GNU Lesser General Public
!* License along with FMS. If not, see <http://www.gnu.org/licenses/>.
!***********************************************************************
module fms_diag_object_mod
use fms_diag_file_object_mod :: FMS_diag_files
use fms_diag_field_object_mod :: fmsDiagField_type
Expand Down