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

Yosef Zlochower yosef at astro.rit.edu
Wed Aug 1 11:54:07 CDT 2012


Were the changes for truncate lost. The patches you had before also 
modified the code with lines like

truncate = (IO_TruncateOutputFiles(cctkGH) .ne. 0) .and. first_time


<<<<<<< .mine
   call  NullDecomp_WriteCoefRadiusFile('nullgridJ_wt',   truncate, 2, 
lmax, JSphCoeff, cctk_time, null_rb(Nradial))
=======
   call  NullDecomp_WriteCoefRadiusFile('nullgridU_wt', 
cctk_iteration.eq.0, 1, lmax, USphCoeff, cctk_time, null_rb(Nradial))
 >>>>>>> .r10


\On 07/31/2012 04:06 PM, rhaas at tapir.caltech.edu wrote:
> 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"
>
>
> _______________________________________________
> Commits mailing list
> Commits at einsteintoolkit.org
> http://lists.einsteintoolkit.org/mailman/listinfo/commits


-- 
Dr. Yosef Zlochower
Center for Computational Relativity and Gravitation
Assistant Professor
School of Mathematical Sciences
Rochester Institute of Technology
85 Lomb Memorial Drive
Rochester, NY 14623

Office:74-2067
Phone: +1 585-475-6103

yosef at astro.rit.edu

CONFIDENTIALITY NOTE: The information transmitted, including
attachments, is intended only for the person(s) or entity to which it
is addressed and may contain confidential and/or privileged material.
Any review, retransmission, dissemination or other use of, or taking
of any action in reliance upon this information by persons or entities
other than the intended recipient is prohibited. If you received this
in error, please contact the sender and destroy any copies of this
information.


More information about the Users mailing list