Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
176 commits
Select commit Hold shift + click to select a range
aad5310
These are a first stab at supporting the AMSR-E brightness temperatures.
timhoar Jun 27, 2013
3fa3ab4
Tracking changes to the trunk. Mostly want the CESM_setup and assimil…
timhoar Jul 1, 2013
53c5d7d
Preliminary use of the riadiative transfer model.
timhoar Jul 1, 2013
05be82d
This is a 5-layer test case that is not generating the right brightne…
timhoar Jul 2, 2013
2045247
Only register the module once.
timhoar Jul 2, 2013
557c057
The grain size in CLM is microns, the RTM code needs meters.
timhoar Jul 3, 2013
8dde2ce
These are believed to be working for the test case.
timhoar Jul 4, 2013
86fe0b8
Ready for a model-advancing perfect_model experiment.
timhoar Jul 4, 2013
1a6101f
Removed unused variables identified by Intel compiler on yellowstone,…
timhoar Jul 4, 2013
02bfdb6
The radiative transfer model still doesnt like something
timhoar Jul 4, 2013
81473d8
test branch for Remote Memory Access test using MPI-2 Get() and Put()…
nancycollins Jul 12, 2013
dfa3cf2
First hack through a distributed forward operator for identity obs on…
Jul 17, 2013
b920fa3
The 'wrong column' problem was caused by using a local variable numbe…
Jul 18, 2013
735e86a
Committing to test on Yellowstone. Writes the two arrays of interest …
Jul 18, 2013
eb552f4
Added timing for the two routines
Jul 18, 2013
f418e98
Prevented get_obs_ens_distrib_state from modifying any obs_ens_handle…
Jul 19, 2013
ac4a958
Changed MPI_DOUBLE_PRECISION to use datasize from mpi_utilities. This…
Jul 22, 2013
579012d
Single precision was not enough in the calculation of the element ind…
Jul 24, 2013
86ec3ce
Removed get_owner_of_element_state_vector, get_element_index. get_va…
Jul 26, 2013
11d83b2
Using my_vars(:) to give the global variable index. Ready for testing…
Jul 26, 2013
8294c0b
This is the model that Tim Whitcomb of NRL used for his PhD thesis
timhoar Jul 29, 2013
04c1c1a
Adding the NOGAPS interface routines developed in 2010 and 2011.
timhoar Jul 30, 2013
52c983d
branch for precomputed prior code
nancycollins Aug 1, 2013
79e46e9
copy of filter.f90 with support for assimilating observations
nancycollins Aug 1, 2013
a6be717
add new namelist item to default.
nancycollins Aug 1, 2013
31c86ea
added doc for namelist item.
nancycollins Aug 1, 2013
ae8d30a
not sure where this really belongs (adaptive_inflate dir?)
nancycollins Aug 1, 2013
0f627b2
this file certainly doesn't belong in this dir, but add it
nancycollins Aug 1, 2013
714da44
First crack at distributed forward operator for regular obs. All thi…
Aug 1, 2013
1a66477
makefile templates for inflate_prior_ensemble and wrfda_obs_to_dart
nancycollins Aug 1, 2013
5cc093f
update to be in sync with current interfaces.
nancycollins Aug 1, 2013
56cb8fb
add namelist for inflate_prior_ensemble
nancycollins Aug 1, 2013
a05c075
Removed the state array from the call sequence for the distributed fo…
Aug 5, 2013
821725a
distributed version of get_expected_1d_integral added to obs_def_mod.…
Aug 8, 2013
a30da5e
Moved mpi_win_create after the duplicate arrays is filled. This was …
Aug 13, 2013
7546040
Removed debug code from filter. Timing code still present. Code style…
Aug 13, 2013
6f4e688
thanks to craig s. fixed a bug in getting the right copy
nancycollins Aug 15, 2013
671838d
Bringing a branch more in line with the trunk.
timhoar Aug 19, 2013
ee07b8f
Adding rough converter for MODIS 8 day LAI/FPAR subsetted data from:
timhoar Aug 19, 2013
6eb200a
Might be useful to have the converter source code in there too ...
timhoar Aug 19, 2013
fcaf293
Compiles, runs, wrong answers.
timhoar Aug 20, 2013
edad9ba
Believed to be working. More checking and code cleanup required.
timhoar Aug 20, 2013
e3caf50
Version generates correct answers.
timhoar Aug 21, 2013
f3f310a
Tracking changes to the trunk.
timhoar Aug 23, 2013
2c6851d
First go at distributed forward operator for WRF specific humidity. …
Aug 25, 2013
f93eb97
Tidied up the mpi_gets into a subroutine call. The 'wrong element' in…
Aug 26, 2013
7a56a41
This is configured to run a short perfect model experiment from
timhoar Aug 26, 2013
51ed29d
Cleaner implementation ... will be easier to compare to make6h.sh whe…
timhoar Aug 27, 2013
e89c8dd
Changed communication loop in the horizontal interpolation to loop on…
Aug 27, 2013
930ee60
Added functions to parse the Ameriflux observations into bite-sized f…
timhoar Aug 27, 2013
2d0c6ca
alphabetized the contents. No functional change.
timhoar Aug 27, 2013
3f639f5
Using the assim_model_mod:interpolate() routine instead of model_mod:…
timhoar Aug 27, 2013
9abb573
branch for nedjeljka and the doppler wind lidar project
nancycollins Sep 5, 2013
dfe2a77
a program to generate identity observations based on all the
nancycollins Sep 5, 2013
78c5c9b
add a line-of-sight forward operator.
nancycollins Sep 6, 2013
c0cd551
first stab at a converter for line-of-sight observations
nancycollins Sep 6, 2013
8dead56
fix namelist to be distinct from straight wind components
nancycollins Sep 6, 2013
8844594
add comment and make default value be straight u component for now.
nancycollins Sep 6, 2013
5983a46
make subroutine call name consistent with actual name.
nancycollins Sep 6, 2013
f914ee7
call read_los_angle(), not read_los_vel() inside read_los_vel() routine.
nancycollins Sep 6, 2013
43e9660
add additional calls for metadata needed by line-of-sight obs
nancycollins Sep 6, 2013
e88ee8c
fix a bunch of compiler errors.
nancycollins Sep 6, 2013
32ce55d
find a few more places where set_los_vel should have been set_los_angle
nancycollins Sep 6, 2013
f509b6a
change angle to los.
nancycollins Sep 6, 2013
ae399cb
Tracking changes from the trunk.
timhoar Sep 12, 2013
bb8ba04
These have the modifications from Ally Toure (NASA) for the
timhoar Sep 13, 2013
3225e87
More compact error message. Does not try to print the (undefined) col…
timhoar Sep 13, 2013
58460c1
Tracking changes to the trunk. Mostly making script consistent across…
timhoar Sep 21, 2013
6f52ddc
File renames to be CESM1_1_1_setup_pmo
timhoar Sep 22, 2013
ef2c745
WRF version of RMA. Bug fix for unique k loop. I had changed the loo…
Sep 25, 2013
edff5d9
First commit of CAM distributed forward operator. Note, this is the s…
Sep 25, 2013
8f141fe
Removed the ps_distrib array. Building this was taking far too much …
Sep 26, 2013
0a0e450
Added p_surf calculation for staggered grids. This has been tested on…
Sep 30, 2013
072bdb4
Folded the qc into get_obs_ens_distrib_state. Istatus changed to an e…
Oct 9, 2013
2227945
First hack through distributed version of filter_assim. The distribu…
Oct 15, 2013
1c90d53
Removed the copy sized array from all tasks except task 0. It is use…
Oct 16, 2013
4f8140d
Branch for development of TIEGCM model in conjunction with Tomoko.
timhoar Oct 16, 2013
1fa9d28
Adding branch for tiegcm for development with Tomoko.
timhoar Oct 16, 2013
ec2d375
This is the collection of model_mod's we want to integrate
timhoar Oct 16, 2013
dfc3808
Bringing the tiegcm branch up to the trunk as of the Lanai release. …
timhoar Dec 18, 2013
d2373d1
Implemented model_nml for single set of filenames to be shared
timhoar Dec 19, 2013
f8be02f
Compiles, and can run model_to_dart.f90.
timhoar Dec 21, 2013
989ae32
Compiles and runs with the Intel Compiler on yellowstone.
timhoar Dec 23, 2013
1b7f34a
Worked wiwth Tomoko and Chih-Ting. better, but still lots of work to …
timhoar Dec 27, 2013
b26ab2a
get_state_meta_data(), get_index(), and get_height() are believed to …
timhoar Dec 27, 2013
c2fd6d2
The input namelist now REQUIRES 4 pieces of information for each inpu…
timhoar Dec 30, 2013
1d0c5be
Added a stub for the model_interpolate test.
timhoar Jan 2, 2014
65b5c00
working on the get_val() routine and testing model_interpolate.
timhoar Jan 9, 2014
871d1ce
working on the get_val() routine and testing model_interpolate.
timhoar Jan 9, 2014
e0b372b
renamed the 'state_variables' to just 'variables' and added a fifth c…
timhoar Jan 25, 2014
bc4c1b9
This version can exercise model_to_dart and dart_to_model and
timhoar Feb 14, 2014
8f1eb55
Keeping the tiegcm branch close to the trunk.
timhoar Apr 24, 2014
5d8630e
Consolidated two nearly-identical blocks of 'sed' commands.
timhoar Apr 29, 2014
4964381
Better test if the values in two files are different or not.
timhoar Apr 29, 2014
47dc89b
Much more thoroughly tested routine.
timhoar May 16, 2014
44caf25
This version does not update the top level of the variables that
timhoar May 21, 2014
aa5e110
Converting the ZG variable directly to meters upon read.
timhoar Jun 25, 2014
7ffd4a1
Fix to the algorithm for the extrapolation of NE.
timhoar Jan 6, 2015
83103af
Adding build bits for obs_sequence_tool - a routine that is nice to h…
timhoar Feb 11, 2015
9af8213
These have a cleaner mechanism for communicating the start/stop
timhoar Feb 12, 2015
89b8344
Correct formula for ZG in create_vtec().
timhoar Feb 24, 2015
c0eb4cb
Added support for the update/no_copy_back methodology in the input na…
timhoar Feb 24, 2015
5b0a9dd
Removed a (large) unused variable from the create_vtec() routine.
timhoar Mar 5, 2015
384a09a
Added the observation converter to supply O/N2 ratio observations fro…
timhoar Mar 5, 2015
d7c3a4e
better logic
timhoar Mar 5, 2015
2a81d2b
Better error messages.
timhoar Mar 5, 2015
2a63ac2
Bringing the tiegcm branch up-to-date with respect to the trunk.
timhoar Mar 10, 2015
b2e7c73
This has consistency between run_perfect_model_obs and run_filter
timhoar Mar 10, 2015
0dc833b
A better diagnostic message.
timhoar Mar 10, 2015
9678df9
These have interpolation capability necessary to determine the
timhoar Mar 11, 2015
9803242
This has the right constant value to define a column of stuff.
timhoar Mar 12, 2015
f6615db
update with latest (doc only) changes to trunk
nancycollins Mar 13, 2015
e39d190
Bringing the tiegcm branch up to the trunk.
timhoar Mar 25, 2015
b53eba3
This version does not read in the useless 'top' layer for any
timhoar Mar 25, 2015
80036b3
Removed executable property - nothing else.
timhoar Mar 25, 2015
7cb2cd7
Added example of the fatal error message generated if you try
timhoar Mar 27, 2015
19225e8
Improved comments - really just removing comments that no longer apply.
timhoar Mar 27, 2015
3f94534
This is the first crack at the documentation.
timhoar Mar 30, 2015
44a7b3d
Fixed a potentially bad error in that the variables were still being …
timhoar Apr 8, 2015
23dbb01
Using doxygen-style comments. Thats all.
timhoar Apr 9, 2015
206d023
updating the overview and references of the documentation
Apr 30, 2015
f2ed5e0
Added my name as the DART contact for the model.
timhoar Apr 30, 2015
1a27461
Adding a missing example namelist, and adding better logging in the
timhoar Apr 30, 2015
9a47c2c
Fixed some characters in the references that did not render correctly.
timhoar Apr 30, 2015
980d498
fixing DARTSUP-247
timhoar Dec 9, 2015
7c8e997
Bringing up-to-date with respect to the trunk in preparation for
timhoar May 17, 2016
60eb04f
Adding the stub for the slant-path operator for electron densities.
timhoar May 25, 2016
188d9a9
Adding the framework for converting GPS_VTEC_EXTRAP observations
timhoar May 26, 2016
ff7b1bb
Converts the TEC data from the Madrigal website.
timhoar May 26, 2016
6722aa9
The YYYY_MM_DD is appended to the output file name.
timhoar May 27, 2016
64fa7f6
Added a simple script to aid in convering multiple days.
timhoar May 27, 2016
aafcb19
Now that the converter is 'complete', the documentation can match.
timhoar May 27, 2016
6d602ca
Script to convert a series of input files and then consolidate them i…
timhoar May 27, 2016
a02ed39
Changed CHAMP_DENSITY to CHAMP_NEUTRAL_DENSITY, ditto for
timhoar May 27, 2016
c7e6cd7
Bringing up-to-date with respect to the trunk:
timhoar Jun 10, 2016
20b1fdf
Changing CHAMP_NEUTRAL_DENSITY to CHAMP_MASS_DENSITY and
timhoar Jun 10, 2016
ace51a6
Adding the (untouched) converter that the TIEGCM community uses to co…
timhoar Jun 13, 2016
09e1d1f
This version has some lightweight changes ... the executable name is
timhoar Jun 13, 2016
9d23964
Making consistent with the trunk. Preparing to reintegrate the tiegcm…
timhoar Aug 24, 2017
7cfefdc
cleaning up the codes a bit to improve readability and remove cruft.
timhoar Aug 24, 2017
ba9dbc7
merge to Classic ... untested.
timhoar Nov 20, 2020
1eecdbb
using get_expected_O_N2_ratio consistent with Manhattan
timhoar Nov 20, 2020
7c7cfdd
Adding George Bowdens TIE-GCM 2 support
timhoar Nov 20, 2020
03ed111
Adding George Bowdens TIE-GCM 2 support
timhoar Nov 20, 2020
7ef45d8
Merge remote-tracking branch 'origin/classic_tiegcm_dev' into classic…
timhoar Nov 20, 2020
38efdd3
Changes made 21/11/20.:x
Nov 20, 2020
1942708
Merge pull request #7 from gwbowden/classic_tiegcm_dev
timhoar Nov 24, 2020
1eadfcb
Adding GOLD observation converters
Dec 1, 2020
a574d97
Avoid keeping .o files, since not compiling using debug, and delete u…
Dec 3, 2020
fe8b27a
Include the modified shell scripts used on Gadi.
Dec 3, 2020
de0abae
Error rather than message when too many levels.
Dec 3, 2020
1cd8862
Merge pull request #8 from gwbowden/classic_tiegcm_dev
timhoar Dec 3, 2020
a3dbc26
Setting return error code for GOLD_ON2COLUMN
timhoar Dec 4, 2020
9a8e927
Merge pull request #1 from timhoar/classic_tiegcm_dev
gwbowden Dec 4, 2020
5c1cdb2
Minor changes
Dec 4, 2020
d781872
Merge remote-tracking branch 'origin/classic_tiegcm_dev' into classic…
Dec 4, 2020
e527e21
Fix error handling problem.
Dec 4, 2020
c5ffa4f
Fixed null island problem.
Dec 4, 2020
71c1e7d
setting correct return status for GOLD_NEMAX operator
timhoar Dec 7, 2020
a5eafa6
Addressed issue in which most GOLD observations were being thrown out
Dec 8, 2020
dee239a
Merge pull request #2 from timhoar/classic_tiegcm_dev
gwbowden Dec 8, 2020
e873197
Merge remote-tracking branch 'origin/classic_tiegcm_dev' into classic…
Dec 8, 2020
6a202dd
Minor modifications to help with testing.
Jan 11, 2021
2dafa1b
removing conflicted cruft and unused variables.
timhoar Jan 19, 2021
4a6d3e9
bad merge recovery. resolving conflicted regions
timhoar Jan 19, 2021
0412c7a
Merge branch 'classic_tiegcm_dev' into classic_tiegcm_dev
timhoar Jan 19, 2021
6d1e2fa
First stab at running one-cycle-at-a-time
timhoar Mar 1, 2021
5a10b6a
revert to Intel compilation
timhoar Mar 1, 2021
fee1bc7
conveying ensemble size to job array
timhoar Mar 1, 2021
f0c5d81
adding support for advance_time in tiegcm
timhoar Mar 12, 2021
919ccca
staging works with cheyenne environment
timhoar Mar 12, 2021
816a786
prototype assimilate script
timhoar Mar 13, 2021
c0631c5
subsets desired obs on-the-fly
timhoar Mar 14, 2021
2e35863
removed deprecated svn keywords
timhoar Mar 14, 2021
3df9eb2
staging and assimilation complete
timhoar Mar 14, 2021
0bbcda7
The processing cycle should be working.
timhoar Mar 14, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 3 additions & 11 deletions adaptive_inflate/adaptive_inflate_mod.f90
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
! DART software - Copyright 2004 - 2013 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$

module adaptive_inflate_mod

Expand All @@ -29,10 +27,9 @@ module adaptive_inflate_mod


! version controlled file description for error handling, do not edit
character(len=256), parameter :: source = &
"$URL$"
character(len=32 ), parameter :: revision = "$Revision$"
character(len=128), parameter :: revdate = "$Date$"
character(len=*), parameter :: source = 'adapative_inflate_mod.f90'
character(len=*), parameter :: revision = ''
character(len=*), parameter :: revdate = ''

! Manages both observation space and state space inflation
! Handles initial values and restarts, diagnostic output, and computations
Expand Down Expand Up @@ -1015,8 +1012,3 @@ end subroutine solve_quadratic

end module adaptive_inflate_mod

! <next few lines under version control, do not edit>
! $URL$
! $Id$
! $Revision$
! $Date$
14 changes: 3 additions & 11 deletions adaptive_inflate/fill_inflation_restart.f90
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
! DART software - Copyright 2004 - 2013 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 fill_inflation_restart

Expand All @@ -26,10 +24,9 @@ program fill_inflation_restart
implicit none

! version controlled file description for error handling, do not edit
character(len=256), parameter :: source = &
"$URL$"
character(len=32 ), parameter :: revision = "$Revision$"
character(len=128), parameter :: revdate = "$Date$"
character(len=*), parameter :: source = 'fill_inflation_restart.f90'
character(len=*), parameter :: revision = ''
character(len=*), parameter :: revdate = ''

! Read 2 floating point values from the console - the initial inflation value
! and the inflation standard deviation. Will write an output file named
Expand Down Expand Up @@ -90,8 +87,3 @@ program fill_inflation_restart

end program fill_inflation_restart

! <next few lines under version control, do not edit>
! $URL$
! $Id$
! $Revision$
! $Date$
14 changes: 3 additions & 11 deletions assim_model/assim_model_mod.f90
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
! DART software - Copyright 2004 - 2013 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$

module assim_model_mod

Expand Down Expand Up @@ -46,10 +44,9 @@ module assim_model_mod
get_close_obs_init, get_close_obs, ens_mean_for_model

! version controlled file description for error handling, do not edit
character(len=256), parameter :: source = &
"$URL$"
character(len=32 ), parameter :: revision = "$Revision$"
character(len=128), parameter :: revdate = "$Date$"
character(len=*), parameter :: source = 'assim_model_mod.f90'
character(len=*), parameter :: revision = ''
character(len=*), parameter :: revdate = ''


! Type to keep model state and time together
Expand Down Expand Up @@ -1576,8 +1573,3 @@ end function nc_write_calendar_atts
!
end module assim_model_mod

! <next few lines under version control, do not edit>
! $URL$
! $Id$
! $Revision$
! $Date$
26 changes: 15 additions & 11 deletions assim_tools/assim_tools_mod.f90
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
! DART software - Copyright 2004 - 2013 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$

module assim_tools_mod

Expand Down Expand Up @@ -82,10 +80,9 @@ module assim_tools_mod
real(r8) :: exp_true_correl(200), alpha(200)

! version controlled file description for error handling, do not edit
character(len=256), parameter :: source = &
"$URL$"
character(len=32 ), parameter :: revision = "$Revision$"
character(len=128), parameter :: revdate = "$Date$"
character(len=*), parameter :: source = 'assim_tools_mod.f90'
character(len=*), parameter :: revision = ''
character(len=*), parameter :: revdate = ''

!============================================================================

Expand Down Expand Up @@ -428,6 +425,10 @@ subroutine filter_assim(ens_handle, obs_ens_handle, obs_seq, keys, &
if (my_obs_type(i) > 0) then
my_obs_kind(i) = get_obs_kind_var_type(my_obs_type(i))
else
!!$ if(my_obs_type(i) .eq. 0) print *, 'Get_Obs_Locations: i = ', i, &
!!$ ', my_obs_type(i) = ', my_obs_type(i), ', my_obs_kind(i) = ', my_obs_kind(i)
!!$ if(my_obs_kind(i) .eq. 0) print *, 'Get_Obs_Locations: i = ', i, &
!!$ ', my_obs_type(i) = ', my_obs_type(i), ', my_obs_kind(i) = ', my_obs_kind(i)
call get_state_meta_data(-1 * my_obs_type(i), dummyloc, my_obs_kind(i)) ! identity obs
endif
! Need the time for regression diagnostics potentially; get from first observation
Expand All @@ -440,6 +441,10 @@ subroutine filter_assim(ens_handle, obs_ens_handle, obs_seq, keys, &

! Get the location and kind of all my state variables
do i = 1, ens_handle%my_num_vars
!!$ if(my_state_indx(i) .eq. 0) print *, 'Get location and kind: i = ', i, &
!!$ ', my_state_indx(i) = ', my_state_indx(i), ', my_state_kind(i) = ', my_state_kind(i)
!!$ if(my_state_kind(i) .eq. 0) print *, 'Get location and kind: i = ', i, &
!!$ ', my_state_indx(i) = ', my_state_indx(i), ', my_state_kind(i) = ', my_state_kind(i)
call get_state_meta_data(my_state_indx(i), my_state_loc(i), my_state_kind(i))
end do

Expand Down Expand Up @@ -530,6 +535,10 @@ subroutine filter_assim(ens_handle, obs_ens_handle, obs_seq, keys, &
if (base_obs_type > 0) then
base_obs_kind = get_obs_kind_var_type(base_obs_type)
else
!!$ if(base_obs_type .eq. 0) print *, 'SEQUENTIAL_OBS: i = ', i, &
!!$ ', base_obs_type = ', base_obs_type, ', base_obs_kind = ', base_obs_kind
!!$ if(base_obs_kind .eq. 0) print *, 'SEQUENTIAL_OBS: i = ', i, &
!!$ ', base_obs_type = ', base_obs_type, ', base_obs_kind = ', base_obs_kind
call get_state_meta_data(-1 * base_obs_type, dummyloc, base_obs_kind) ! identity obs
endif
! Get the value of the observation
Expand Down Expand Up @@ -2589,8 +2598,3 @@ end function count_close

end module assim_tools_mod

! <next few lines under version control, do not edit>
! $URL$
! $Id$
! $Revision$
! $Date$
14 changes: 3 additions & 11 deletions common/types_mod.f90
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
! DART software - Copyright 2004 - 2013 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$

MODULE types_mod

Expand All @@ -20,10 +18,9 @@ MODULE types_mod
public :: obstypelength

! version controlled file description for error handling, do not edit
character(len=256), parameter :: source = &
"$URL$"
character(len=32 ), parameter :: revision = "$Revision$"
character(len=128), parameter :: revdate = "$Date$"
character(len=*), parameter :: source = 'types_mod.f90'
character(len=*), parameter :: revision = ''
character(len=*), parameter :: revdate = ''

SAVE

Expand Down Expand Up @@ -95,8 +92,3 @@ MODULE types_mod

END MODULE types_mod

! <next few lines under version control, do not edit>
! $URL$
! $Id$
! $Revision$
! $Date$
14 changes: 3 additions & 11 deletions cov_cutoff/cov_cutoff_mod.f90
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
! DART software - Copyright 2004 - 2013 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$

module cov_cutoff_mod

Expand All @@ -19,10 +17,9 @@ module cov_cutoff_mod
public :: comp_cov_factor

! version controlled file description for error handling, do not edit
character(len=256), parameter :: source = &
"$URL$"
character(len=32 ), parameter :: revision = "$Revision$"
character(len=128), parameter :: revdate = "$Date$"
character(len=*), parameter :: source = 'cov_cutoff_mod.f90'
character(len=*), parameter :: revision = ''
character(len=*), parameter :: revdate = ''


!============================================================================
Expand Down Expand Up @@ -183,8 +180,3 @@ end function comp_cov_factor

end module cov_cutoff_mod

! <next few lines under version control, do not edit>
! $URL$
! $Id$
! $Revision$
! $Date$
14 changes: 3 additions & 11 deletions diagnostics/threed_sphere/obs_diag.f90
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
! DART software - Copyright 2004 - 2013 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 obs_diag

Expand Down Expand Up @@ -61,10 +59,9 @@ program obs_diag
implicit none

! version controlled file description for error handling, do not edit
character(len=256), parameter :: source = &
"$URL$"
character(len=32 ), parameter :: revision = "$Revision$"
character(len=128), parameter :: revdate = "$Date$"
character(len=*), parameter :: source = 'threed_sphere/obs_diag.f90'
character(len=*), parameter :: revision = ''
character(len=*), parameter :: revdate = ''

!---------------------------------------------------------------------
! Some basic parameters
Expand Down Expand Up @@ -4809,8 +4806,3 @@ end function IRemoveDuplicates

end program obs_diag

! <next few lines under version control, do not edit>
! $URL$
! $Id$
! $Revision$
! $Date$
15 changes: 3 additions & 12 deletions ensemble_manager/ensemble_manager_mod.f90
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
! DART software - Copyright 2004 - 2013 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$

module ensemble_manager_mod

Expand Down Expand Up @@ -32,10 +30,9 @@ module ensemble_manager_mod
private

! version controlled file description for error handling, do not edit
character(len=256), parameter :: source = &
"$URL$"
character(len=32 ), parameter :: revision = "$Revision$"
character(len=128), parameter :: revdate = "$Date$"
character(len=*), parameter :: source = 'ensemble_manager_mod.f90'
character(len=*), parameter :: revision = ''
character(len=*), parameter :: revdate = ''

!PAR other storage option control can be implemented here. In particular, want to find
!PAR some way, either allocating or multiple addressing, to use same chunk of storage
Expand Down Expand Up @@ -1858,9 +1855,3 @@ end function map_task_to_pe

end module ensemble_manager_mod


! <next few lines under version control, do not edit>
! $URL$
! $Id$
! $Revision$
! $Date$
14 changes: 3 additions & 11 deletions filter/filter.f90
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
! DART software - Copyright 2004 - 2013 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 filter

Expand Down Expand Up @@ -57,10 +55,9 @@ program filter
implicit none

! version controlled file description for error handling, do not edit
character(len=256), parameter :: source = &
"$URL$"
character(len=32 ), parameter :: revision = "$Revision$"
character(len=128), parameter :: revdate = "$Date$"
character(len=*), parameter :: source = 'filter.f90'
character(len=*), parameter :: revision = ''
character(len=*), parameter :: revdate = ''

! Some convenient global storage items
character(len=129) :: msgstring
Expand Down Expand Up @@ -1960,8 +1957,3 @@ end function failed_outlier

end program filter

! <next few lines under version control, do not edit>
! $URL$
! $Id$
! $Revision$
! $Date$
7 changes: 0 additions & 7 deletions filter/wakeup_filter.f90
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
! DART software - Copyright 2004 - 2013 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 wakeup_filter

Expand All @@ -24,8 +22,3 @@ program wakeup_filter

end program wakeup_filter

! <next few lines under version control, do not edit>
! $URL$
! $Id$
! $Revision$
! $Date$
Loading