Changeset 3865 for LMDZ6/trunk/libf/dyn3dpar/dynredem_p.F
- Timestamp:
- Mar 23, 2021, 4:14:07 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/dyn3dpar/dynredem_p.F
r2622 r3865 580 580 call NF95_PUT_VAR(nid,nvarid,teta) 581 581 582 IF (type_trac == 'inca' ) THEN582 IF (type_trac == 'inca' .OR. type_trac == 'inco') THEN 583 583 ! Ajout Anne pour lecture valeurs traceurs dans un fichier start_trac.nc 584 584 inquire(FILE="start_trac.nc", EXIST=exist_file) … … 597 597 do iq=1,nqtot 598 598 599 IF (type_trac /= 'inca' ) THEN599 IF (type_trac /= 'inca' .AND. type_trac /= 'inco') THEN 600 600 ierr = NF_INQ_VARID(nid, tname(iq), nvarid) 601 601 IF (ierr .NE. NF_NOERR) THEN
Note: See TracChangeset
for help on using the changeset viewer.