CDXWRFevolution
De Wikicima
(Diferencias entre revisiones)
(→v1.0: 2018 May 25th) |
(→v1.0: 2018 May 28th) |
||
Línea 3: | Línea 3: | ||
= v1.0: 2018 May 28th = |
= v1.0: 2018 May 28th = |
||
First public release of the code |
First public release of the code |
||
+ | |||
+ | == known issues == |
||
+ | |||
+ | * '''too slow:''' module adds at least a 40% on time-integration. Different strategies are being considered: |
||
+ | ** Adding p-interpolation only on output times |
||
+ | ** Adding more strict pre-compilation flags to speed-up the module |
||
+ | * '''error on rlusgen''' There is a mistake on the computation of the upward surface long-wave emission it should be |
||
+ | <PRE> |
||
+ | rlusgen = emiss*ctBoltzman*ts**4 |
||
+ | </PRE> |
||
+ | * '''Wrong attributes in TAUU and TAUV''' (thanks to Muralidhar), TAUU and TAUV are northward downward wind stress and eastward downward wind stress respectively in the output, in the file they got the wrong attributes (interchanged) |
Revisión de 10:53 11 jun 2018
Here is kept the evolution of the code
v1.0: 2018 May 28th
First public release of the code
known issues
* too slow: module adds at least a 40% on time-integration. Different strategies are being considered: ** Adding p-interpolation only on output times ** Adding more strict pre-compilation flags to speed-up the module * error on rlusgen There is a mistake on the computation of the upward surface long-wave emission it should be
rlusgen = emiss*ctBoltzman*ts**4
* Wrong attributes in TAUU and TAUV (thanks to Muralidhar), TAUU and TAUV are northward downward wind stress and eastward downward wind stress respectively in the output, in the file they got the wrong attributes (interchanged)