Changes between Initial Version and Version 1 of Ticket #106, comment 2


Ignore:
Timestamp:
04/11/17 15:38:24 (7 years ago)
Author:
mafoipsl
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #106, comment 2

    initial v1  
    1 A work around has been introduced for IPSLCM6.0.10-LR : [3193]  
    2 To have strict reproducibility after a restart, let use in COMP/opa9.card :  
     1A work around has been introduced for IPSLCM6.0.10-LR : [3193] . Use it carefully ie if you understand these lines. 
     2To have strict reproducibility after a new start from a restart, let use in COMP/opa9.card :  
    33{{{ 
    44        Reproducibility_after_restart= y 
    55}}} 
    6 It forces kt000=kt read from restart file +1 . 
     6in DRIVER/opa9.driver : 
     7 * force nn_it000=kt red from restart file +1 . 
     8 * force nn_itend (and nn_stock) to : new nn_it000 + previous (nn_itend -nn_it000) 
     9 * kt red from restart file={{{$(ncdump -v kt restartopa_0000.nc|grep 'kt ='|awk '{print $3}' ) }}}