Changeset 3933
- Timestamp:
- Jun 11, 2021, 10:59:03 PM (3 years ago)
- Location:
- LMDZ6/trunk/libf/phylmd
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/phyetat0.F90
r3890 r3933 455 455 ENDIF 456 456 457 !--OB now this is for co2i - ThL: and therefore also for inco458 457 IF (type_trac == 'co2i' .OR. type_trac == 'inco') THEN 459 458 IF (carbon_cycle_cpl) THEN -
LMDZ6/trunk/libf/phylmd/phyredem.F90
r3890 r3933 326 326 CALL put_field(pass,"trs_"//tname(iiq), "", trs(:, it)) 327 327 END DO 328 END IF 329 330 IF (type_trac == 'co2i' .OR. type_trac == 'inco') THEN 328 331 IF (carbon_cycle_cpl) THEN 329 332 IF (.NOT. ALLOCATED(co2_send)) THEN
Note: See TracChangeset
for help on using the changeset viewer.