Changeset 5116 for LMDZ6/branches/Amaury_dev/libf/dyn3d/fluxstokenc.F90
- Timestamp:
- Jul 24, 2024, 2:54:37 PM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/Amaury_dev/libf/dyn3d/fluxstokenc.F90
r5105 r5116 31 31 32 32 REAL :: pbarvst(iip1, jjp1, llm), zistdyn 33 real:: dtcum33 REAL :: dtcum 34 34 35 35 INTEGER :: iadvtr, ndex(1) 36 integer:: nscal37 real:: tst(1), ist(1), istp(1)36 INTEGER :: nscal 37 REAL :: tst(1), ist(1), istp(1) 38 38 INTEGER :: ij, l, irec, i, j, itau 39 39 INTEGER, SAVE :: fluxid, fluxvid, fluxdid … … 52 52 wg(:, :) = 0. 53 53 54 if(first) then 55 54 IF(first) THEN 56 55 CALL initfluxsto('fluxstoke', & 57 56 time_step, istdyn * time_step, istdyn * time_step, & … … 134 133 135 134 iadvtr = 0 136 write(lunout, *)'ITAU auquel on stoke les fluxmasses', itau135 WRITE(lunout, *)'ITAU auquel on stoke les fluxmasses', itau 137 136 138 137 CALL histwrite(fluxid, 'masse', itau, massem, &
Note: See TracChangeset
for help on using the changeset viewer.