Changeset 4116 for dynamico_lmdz
- Timestamp:
- Oct 17, 2018, 11:15:53 PM (6 years ago)
- Location:
- dynamico_lmdz/aquaplanet/IOIPSL/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
dynamico_lmdz/aquaplanet/IOIPSL/src/errioipsl.f90
r3907 r4116 12 12 PUBLIC :: ipslnlf, ipslerr, ipslerr_act, ipslerr_inq, histerr, ipsldbg, ipslout 13 13 !- 14 INTEGER :: ipslout= 6, ilv_cur=0, ilv_max=014 INTEGER :: ipslout=12, ilv_cur=0, ilv_max=0 15 15 LOGICAL :: ioipsl_debug=.FALSE., lact_mode=.TRUE. 16 16 !- -
dynamico_lmdz/aquaplanet/IOIPSL/src/getincom.f90
r3907 r4116 1088 1088 !--------------------------------------------------------------------- 1089 1089 IF (allread == 0) THEN 1090 IF(ipslout/=6) OPEN(unit=ipslout, FILE='/dev/null', ACTION='write') 1090 1091 !-- Allocate a first set of memory. 1091 1092 CALL getin_alloctxt ()
Note: See TracChangeset
for help on using the changeset viewer.