[Dart-dev] [6268] DART/trunk/models/sqg/model_description: Removed notes about non-standard interface customizations.

nancy at ucar.edu nancy at ucar.edu
Thu Jun 13 15:37:37 MDT 2013


Revision: 6268
Author:   thoar
Date:     2013-06-13 15:37:37 -0600 (Thu, 13 Jun 2013)
Log Message:
-----------
Removed notes about non-standard interface customizations.
This model has standard interfaces now that the assimilation
period is a namelist-controlled item.

Modified Paths:
--------------
    DART/trunk/models/sqg/model_description

Property Changed:
----------------
    DART/trunk/models/sqg/model_description

-------------- next part --------------
Modified: DART/trunk/models/sqg/model_description
===================================================================
--- DART/trunk/models/sqg/model_description	2013-06-13 20:54:47 UTC (rev 6267)
+++ DART/trunk/models/sqg/model_description	2013-06-13 21:37:37 UTC (rev 6268)
@@ -1,3 +1,4 @@
+DART $Id$
 
 This is a uniform PV two-surface QG+1 spectral model contributed
 by Rahul Majahan. 
@@ -4,39 +5,7 @@
 
 The underlying model is described in:
 Hakim, Gregory J., 2000: Role of Nonmodal Growth and Nonlinearity in 
-Cyclogenesis Initial-Value Problems. J. Atmos. Sci., 57, 2951–2967.
+Cyclogenesis Initial-Value Problems. J. Atmos. Sci., 57, 2951-2967.
+doi: 10.1175/1520-0469(2000)057<2951:RONGAN>2.0.CO;2
 
 
-NOTE:
-
-This model counts on a non-standard interface to the obs_model_mod.f90
-code in DART/obs_model.  To compile and run this model, make the
-following (non-backwards-compatible) two changes:
-
-
-1:
-
-   !------------- Block for subroutine callable adv_1step interface -----------
-   if(async == 0) then
-
-      do while(ens_handle%time(i) < target_time)
-         call adv_1step(ens_handle%vars(:, i), ens_handle%time(i))
-         ens_handle%time(i) = ens_handle%time(i) + time_step
-      end do
-
-! start of new section
-   else if(async == 1) then
-
-      call adv_1step(ens_handle%vars(:, i), ens_handle%time(i), target_time)
-      ens_handle%time(i) = target_time
-! end of new section
-
-   !-------------- End single subroutine callable adv_1step interface ---------
-
-and 2:
-
-! Following is for async options that use shell to advance model
-SHELL_ADVANCE_METHODS: if(async > 1) then
-
-! changed from: if(async /= 0) then
-


Property changes on: DART/trunk/models/sqg/model_description
___________________________________________________________________
Added: svn:mime-type
   + text/plain
Added: svn:keywords
   + Date Rev Author HeadURL Id
Added: svn:eol-style
   + native


More information about the Dart-dev mailing list