Changeset 2111 for LMDZ5/trunk/libf
- Timestamp:
- Sep 1, 2014, 4:19:04 PM (10 years ago)
- Location:
- LMDZ5/trunk/libf
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/dyn3dmem/conf_gcm.F
r2083 r2111 382 382 CALL getin('ok_guide',ok_guide) 383 383 384 c ............................................................... 384 if (ok_guide .and. adjust) call abort_gcm("conf_gcm", 385 $ "adjust does not work with ok_guide", 1) 385 386 386 387 !Config Key = read_start -
LMDZ5/trunk/libf/dyn3dpar/conf_gcm.F
r2083 r2111 381 381 CALL getin('ok_guide',ok_guide) 382 382 383 c ............................................................... 383 if (ok_guide .and. adjust) call abort_gcm("conf_gcm", 384 $ "adjust does not work with ok_guide", 1) 384 385 385 386 !Config Key = read_start
Note: See TracChangeset
for help on using the changeset viewer.