[Commits] [svn:einsteintoolkit] NullSHRExtract/trunk/ (Rev. 10)

rhaas at tapir.caltech.edu rhaas at tapir.caltech.edu
Tue Jul 31 15:06:39 CDT 2012


User: rhaas
Date: 2012/07/31 03:06 PM

Modified:
 /trunk/
  param.ccl
 /trunk/src/
  wt_SphHarmDecomp.F90

Log:
 NullSHRExtract: make more parameters steerable, change name of output files
 
 From: Nick Taylor

File Changes:

Directory: /trunk/src/
======================

File [modified]: wt_SphHarmDecomp.F90
Delta lines: +4 -4
===================================================================
--- trunk/src/wt_SphHarmDecomp.F90	2012-05-28 22:21:25 UTC (rev 9)
+++ trunk/src/wt_SphHarmDecomp.F90	2012-07-31 20:06:39 UTC (rev 10)
@@ -90,13 +90,13 @@
 
   ! NullDecomp_WriteCoefFile(FieldName, TruncateFile, Lmin, Lmax, YlmCoef, time)
 
-  call  NullDecomp_WriteCoefRadiusFile('J_wt',   cctk_iteration.eq.0, 2, lmax, JSphCoeff, cctk_time, null_rb(Nradial))
+  call  NullDecomp_WriteCoefRadiusFile('nullgridJ_wt',   cctk_iteration.eq.0, 2, lmax, JSphCoeff, cctk_time, null_rb(Nradial))
 
-  call  NullDecomp_WriteCoefRadiusFile('U_wt',   cctk_iteration.eq.0, 1, lmax, USphCoeff, cctk_time, null_rb(Nradial))
+  call  NullDecomp_WriteCoefRadiusFile('nullgridU_wt',   cctk_iteration.eq.0, 1, lmax, USphCoeff, cctk_time, null_rb(Nradial))
 
-  call  NullDecomp_WriteCoefRadiusFile('B_wt',   cctk_iteration.eq.0, 0, lmax, betaSphCoeff, cctk_time, null_rb(Nradial))
+  call  NullDecomp_WriteCoefRadiusFile('nullgridB_wt',   cctk_iteration.eq.0, 0, lmax, betaSphCoeff, cctk_time, null_rb(Nradial))
 
-  call  NullDecomp_WriteCoefRadiusFile('W_wt',   cctk_iteration.eq.0, 0, lmax, WSphCoeff, cctk_time, null_rb(Nradial))
+  call  NullDecomp_WriteCoefRadiusFile('nullgridW_wt',   cctk_iteration.eq.0, 0, lmax, WSphCoeff, cctk_time, null_rb(Nradial))
 
 
 

Directory: /trunk/
==================

File [modified]: param.ccl
Delta lines: +2 -2
===================================================================
--- trunk/param.ccl	2012-05-28 22:21:25 UTC (rev 9)
+++ trunk/param.ccl	2012-07-31 20:06:39 UTC (rev 10)
@@ -104,11 +104,11 @@
 {
 } "no"
 
-BOOLEAN WT_spherical_harmonics "Output the spherical harmonics of the Worldtube to a file?"
+BOOLEAN WT_spherical_harmonics "Output the spherical harmonics of the Worldtube to a file?" STEERABLE=ALWAYS
 {
 } "no"
 
-BOOLEAN WT_spherical_harmonics_on_nullgrid "Output the spherical harmonics on the nullgrid just off the Worldtube to a file?"
+BOOLEAN WT_spherical_harmonics_on_nullgrid "Output the spherical harmonics on the nullgrid just off the Worldtube to a file?" STEERABLE=ALWAYS
 {
 } "no"
 



More information about the Commits mailing list