[Dart-dev] DART/branches Revision: 11714
dart at ucar.edu
dart at ucar.edu
Tue Jun 13 12:11:03 MDT 2017
nancy at ucar.edu
2017-06-13 12:10:56 -0600 (Tue, 13 Jun 2017)
55
update coamps code from the latest files from sergey.
Modified: DART/branches/coamps/models/coamps_nest/README
===================================================================
--- DART/branches/coamps/models/coamps_nest/README 2017-06-13 17:35:51 UTC (rev 11713)
+++ DART/branches/coamps/models/coamps_nest/README 2017-06-13 18:10:56 UTC (rev 11714)
@@ -1,8 +1,3 @@
-# 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
-#
-# DART $Id$
An updated version of the coamps model interfaces and scripts.
Contributed by Alex Reinecke, NRL, Monterey.
@@ -15,8 +10,3 @@
- I/O COAMPS data files
- extensive script updates to accommodate additional HPC environments
-
-# <next few lines under version control, do not edit>
-# $URL$
-# $Revision$
-# $Date$
Modified: DART/branches/coamps/models/coamps_nest/byteswap.c
===================================================================
--- DART/branches/coamps/models/coamps_nest/byteswap.c 2017-06-13 17:35:51 UTC (rev 11713)
+++ DART/branches/coamps/models/coamps_nest/byteswap.c 2017-06-13 18:10:56 UTC (rev 11714)
@@ -1,8 +1,3 @@
-/*
- * This code is not protected by the DART copyright agreement.
- * DART $Id$
- */
-
/*******************************
* MODULE: coamps_util_mod
* AUTHOR: T. R. Whitcomb
@@ -125,10 +120,3 @@
/******************************
* END ROUTINES
******************************/
-
-/* <next few lines under version control, do not edit>
- * $URL$
- * $Id$
- * $Revision$
- * $Date$
- */
Modified: DART/branches/coamps/models/coamps_nest/check_in_grid.f90
===================================================================
--- DART/branches/coamps/models/coamps_nest/check_in_grid.f90 2017-06-13 17:35:51 UTC (rev 11713)
+++ DART/branches/coamps/models/coamps_nest/check_in_grid.f90 2017-06-13 18:10:56 UTC (rev 11714)
@@ -1,8 +1,3 @@
-! This code may (or may not) be part of the COAMPS distribution,
-! So it is not protected by the DART copyright agreement.
-!
-! DART $Id$
-
! Program wrapper for ll2ij that takes its input from the file
! domain.dat - this allows us to quickly cal ll2ij many times for a
! single grid. This is written to print out either a "T" or "F" if
@@ -9,7 +4,6 @@
! the lat/lon point described by the last two lines of domain.dat is
! in the grid or not - this is for use with actual observations to
! pare down the list to points that are actually within our domain.
-
program check_in_grid
use coamps_intrinsic_mod, only : ll2ij
@@ -46,9 +40,3 @@
if (grid_j < 1) in_grid = .false.
print *, in_grid
end program check_in_grid
-
-! <next few lines under version control, do not edit>
-! $URL$
-! $Id$
-! $Revision$
-! $Date$
Modified: DART/branches/coamps/models/coamps_nest/coamps_domain_mod.f90
===================================================================
--- DART/branches/coamps/models/coamps_nest/coamps_domain_mod.f90 2017-06-13 17:35:51 UTC (rev 11713)
+++ DART/branches/coamps/models/coamps_nest/coamps_domain_mod.f90 2017-06-13 18:10:56 UTC (rev 11714)
@@ -1,8 +1,3 @@
-! This code may (or may not) be part of the COAMPS distribution,
-! So it is not protected by the DART copyright agreement.
-!
-! DART $Id$
-
!------------------------------
! MODULE: coamps_domain_mod
! AUTHOR: T. R. Whitcomb
@@ -161,11 +156,11 @@
! BEGIN MODULE VARIABLES
!------------------------------
-! version controlled file description for error handling, do not edit
-character(len=256), parameter :: source = &
- "$URL$"
-character(len=32 ), parameter :: revision = "$Revision$"
More information about the Dart-dev
mailing list