Changeset 1764
- Timestamp:
- Aug 7, 2017, 4:38:48 PM (7 years ago)
- Location:
- trunk
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/README
r1714 r1764 1348 1348 == 07/06/2017 == MT 1349 1349 Resurrection of kcm1d, part I 1350 1351 == 21/07/2017 == JVO 1352 Optimization of the optci/cv routines 1353 - The repeated calls to huge matrices gasi/v increased dramatically the execution time because of memory access 1354 - Added a tmpk variable 1355 - Save ~ 50% time on the RT, ~30% on the whole code on the tested simulations -
trunk/LMDZ.GENERIC/libf/phystd/callsedim.F
r1477 r1764 106 106 107 107 do iq=1,nq 108 if((radius(iq).gt.1.e-9).and.(iq.ne.igcm_co2_ice)) then 108 if((radius(iq).gt.1.e-9).and.(iq.ne.igcm_co2_ice)) then ! JVO 08/2017 : be careful radius was tested uninitialized (fixed) ... 109 109 110 ! (no sedim for gases, and co2_ice sedim is done in condense_co2) 110 111 -
trunk/LMDZ.GENERIC/libf/phystd/initracer.F
r1621 r1764 61 61 alpha_lift(:)=0. 62 62 alpha_devil(:)=0. 63 64 ! Added by JVO 2017 : these arrays are handled later 65 ! -> initialization is the least we can do, please !!! 66 radius(:)=0. 67 qext(:)=0. 63 68 64 69 ! Initialization: get tracer names from the dynamics and check if we are -
trunk/LMDZ.TITAN/README
r1722 r1764 1316 1316 Added surfalbedo and surfemis keywords to be used with startphy_file = .false. 1317 1317 Also made default values in phyetat0_mod unambiguously float 1318 1319 == 21/07/2017 == JVO 1320 Optimization of the optci/cv routines 1321 - The repeated calls to huge matrices gasi/v increased dramatically the execution time because of memory access 1322 - Added a tmpk variable 1323 - Save ~ 50% time on the RT, ~30% on the whole code on the tested simulations -
trunk/LMDZ.TITAN/libf/phytitan/initracer.F
r1672 r1764 54 54 alpha_lift(:)=0. 55 55 alpha_devil(:)=0. 56 57 ! Added by JVO 2017 : these arrays are handled later 58 ! -> initialization is the least we can do, please !!! 59 radius(:)=0. 60 qext(:)=0. 56 61 57 62 ! Initialization: get tracer names from the dynamics and check if we are
Note: See TracChangeset
for help on using the changeset viewer.