convert rotated data into unrotated data – in #13: Postprocessing
in #13: Postprocessing
Cookies disclaimer
Our site saves small pieces of text information (cookies) on your
device in order to verify your login. These cookies are essential
to provide access to resources on this website and it will not
work properly without.
Learn more
<p>
Dear all,
<br/>
I urgently need a Fortran routine to convert rotated data into unrotated data with geographical coordinates.
<br/>
May be something like this: rot2geo
<pollon,pollat,polgam>
<infile>
<outfile>
.
<br/>
Normally I do this with R because I’m not a Fortran expert, but for my current project works only Fortran. Has anyone a routine already there? That would be very helpful would save a lot of time.
</outfile>
</infile>
</pollon,pollat,polgam>
</p>
<p>
Best regards
<br/>
Dirk
</p>
<p>
Dear all,
<br/>
I urgently need a Fortran routine to convert rotated data into unrotated data with geographical coordinates.
<br/>
May be something like this: rot2geo
<pollon,pollat,polgam>
<infile>
<outfile>
.
<br/>
Normally I do this with R because I’m not a Fortran expert, but for my current project works only Fortran. Has anyone a routine already there? That would be very helpful would save a lot of time.
</outfile>
</infile>
</pollon,pollat,polgam>
</p>
<p>
Best regards
<br/>
Dirk
</p>
Dear all,
I urgently need a Fortran routine to convert rotated data into unrotated data with geographical coordinates.
May be something like this: rot2geo
.
Normally I do this with R because I’m not a Fortran expert, but for my current project works only Fortran. Has anyone a routine already there? That would be very helpful would save a lot of time.
<p>
I have no program to be called from the command line, but there are two subroutines (
<code>
rlarot2rla
</code>
and
<code>
phirot2phi
</code>
) in the
<span class="caps">
CCLM
</span>
code in the subroutine utilities.f90 that you can use. You need to build your own program around these.
</p>
<p>
I have no program to be called from the command line, but there are two subroutines (
<code>
rlarot2rla
</code>
and
<code>
phirot2phi
</code>
) in the
<span class="caps">
CCLM
</span>
code in the subroutine utilities.f90 that you can use. You need to build your own program around these.
</p>
I have no program to be called from the command line, but there are two subroutines (
rlarot2rla
and
phirot2phi
) in the
CCLM
code in the subroutine utilities.f90 that you can use. You need to build your own program around these.
<p>
Dear Burkhardt,
<br/>
thank you for the hint. In the meanwhile we decided to do the “back-rotation” with the remapping tools of
<span class="caps">
CDO
</span>
(command: cdo remap,
<grid>
,
<weights>
<ifile>
<ofile>
). The first tests show that will work.
</ofile>
</ifile>
</weights>
</grid>
</p>
<p>
Best regards
<br/>
Dirk
</p>
<p>
Dear Burkhardt,
<br/>
thank you for the hint. In the meanwhile we decided to do the “back-rotation” with the remapping tools of
<span class="caps">
CDO
</span>
(command: cdo remap,
<grid>
,
<weights>
<ifile>
<ofile>
). The first tests show that will work.
</ofile>
</ifile>
</weights>
</grid>
</p>
<p>
Best regards
<br/>
Dirk
</p>
Dear Burkhardt,
thank you for the hint. In the meanwhile we decided to do the “back-rotation” with the remapping tools of
CDO
(command: cdo remap,
,
). The first tests show that will work.
convert rotated data into unrotated data
Dear all,
.
I urgently need a Fortran routine to convert rotated data into unrotated data with geographical coordinates.
May be something like this: rot2geo
Normally I do this with R because I’m not a Fortran expert, but for my current project works only Fortran. Has anyone a routine already there? That would be very helpful would save a lot of time.
Best regards
Dirk
I have no program to be called from the command line, but there are two subroutines (
rlarot2rla
andphirot2phi
) in the CCLM code in the subroutine utilities.f90 that you can use. You need to build your own program around these.Dear Burkhardt,
,
). The first tests show that will work.
thank you for the hint. In the meanwhile we decided to do the “back-rotation” with the remapping tools of CDO (command: cdo remap,
Best regards
Dirk