[Dart-dev] DART/branches Revision: 11643
dart at ucar.edu
dart at ucar.edu
Wed May 17 11:47:37 MDT 2017
thoar at ucar.edu
2017-05-17 11:47:37 -0600 (Wed, 17 May 2017)
81
Pre-emptive strike at the copyright and subversion tags.
No executable changes.
Modified: DART/branches/LMDZ_trunk/models/LMDZ/LMDZ5_modified_codes/README
===================================================================
--- DART/branches/LMDZ_trunk/models/LMDZ/LMDZ5_modified_codes/README 2017-05-17 16:31:12 UTC (rev 11642)
+++ DART/branches/LMDZ_trunk/models/LMDZ/LMDZ5_modified_codes/README 2017-05-17 17:47:37 UTC (rev 11643)
@@ -1,12 +1,13 @@
-# DART software - Copyright 2004 - 2011 UCAR. This open source software is
-# provided by UCAR, "as is", without charge, subject to all terms of use at
+# DART software - Copyright UCAR. This open source software is provided
+# by UCAR, "as is", without charge, subject to all terms of use at
# http://www.image.ucar.edu/DAReS/DART/DART_download
+#
+# $Id$
#***********************************************************************************
# Tarkeshwar Singh
# PhD, IIT Delhi
# Email: tarkphysics87 at gmail.com
-
Minor modifications are required in few LMDZ source codes for interface with DART.
These are listed below
Modified: DART/branches/LMDZ_trunk/models/LMDZ/README
===================================================================
--- DART/branches/LMDZ_trunk/models/LMDZ/README 2017-05-17 16:31:12 UTC (rev 11642)
+++ DART/branches/LMDZ_trunk/models/LMDZ/README 2017-05-17 17:47:37 UTC (rev 11643)
@@ -1,3 +1,10 @@
+# DART software - Copyright UCAR. This open source software is provided
+# by UCAR, "as is", without charge, subject to all terms of use at
+# http://www.image.ucar.edu/DAReS/DART/DART_download
+#
+# $Id$
+#***********************************************************************************
+
detailed documentaion of interface codes and scripts for
running will be added later.
Modified: DART/branches/LMDZ_trunk/models/LMDZ/dart_to_lmdz.f90
===================================================================
--- DART/branches/LMDZ_trunk/models/LMDZ/dart_to_lmdz.f90 2017-05-17 16:31:12 UTC (rev 11642)
+++ DART/branches/LMDZ_trunk/models/LMDZ/dart_to_lmdz.f90 2017-05-17 17:47:37 UTC (rev 11643)
@@ -1,6 +1,8 @@
-! DART software - Copyright 2004 - 2011 UCAR. This open source software is
-! provided by UCAR, "as is", without charge, subject to all terms of use at
+! DART software - Copyright UCAR. This open source software is provided
+! by UCAR, "as is", without charge, subject to all terms of use at
! http://www.image.ucar.edu/DAReS/DART/DART_download
+!
+! $Id$
program dart_to_lmdz
@@ -30,18 +32,18 @@
implicit none
! version controlled file description for error handling, do not edit
-character(len=128), parameter :: &
- source = "$URL$", &
- revision = "$Revision$", &
- revdate = "$Date$"
+character(len=256), parameter :: source = &
+ '$URL$'
+character(len=32 ), parameter :: revision = '$Revision$'
+character(len=128), parameter :: revdate = '$Date$'
!------------------------------------------------------------------
! The namelist variables
!------------------------------------------------------------------
-character (len = 128) :: dart_to_lmdz_input_file = 'dart_ics'
-character (len = 128) :: dart_to_lmdz_output_file = 'start.nc'
-logical :: advance_time_present = .true.
+character(len=256) :: dart_to_lmdz_input_file = 'dart_ics'
+character(len=256) :: dart_to_lmdz_output_file = 'start.nc'
+logical :: advance_time_present = .true.
namelist /dart_to_lmdz_nml/ dart_to_lmdz_input_file, &
dart_to_lmdz_output_file, &
@@ -111,4 +113,3 @@
! $Id$
! $Revision$
! $Date$
-
Modified: DART/branches/LMDZ_trunk/models/LMDZ/lmdz_to_dart.f90
===================================================================
--- DART/branches/LMDZ_trunk/models/LMDZ/lmdz_to_dart.f90 2017-05-17 16:31:12 UTC (rev 11642)
+++ DART/branches/LMDZ_trunk/models/LMDZ/lmdz_to_dart.f90 2017-05-17 17:47:37 UTC (rev 11643)
@@ -1,17 +1,12 @@
-! DART software - Copyright 2004 - 2011 UCAR. This open source software is
-! provided by UCAR, "as is", without charge, subject to all terms of use at
+! DART software - Copyright UCAR. This open source software is provided
+! by UCAR, "as is", without charge, subject to all terms of use at
! http://www.image.ucar.edu/DAReS/DART/DART_download
+!
+! $Id$
program lmdz_to_dart
!----------------------------------------------------------------------
More information about the Dart-dev
mailing list