Changeset 1648 for trunk/LMDZ.TITAN/libf/phytitan/inifis_mod.F90
- Timestamp:
- Jan 19, 2017, 2:46:53 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.TITAN/libf/phytitan/inifis_mod.F90
r1647 r1648 439 439 440 440 !================================= 441 442 write(*,*)"What is the saturation % of the variable species?"443 satval=0.8444 call getin_p("satval",satval)445 write(*,*)" satval = ",satval446 441 447 442 write(*,*) "Gravitationnal sedimentation ?" … … 477 472 ! mugaz=8.314*1000./pr 478 473 endif ! of if (force_cpp) 479 call su_gases 474 475 476 call su_gases(nlayer,tracer) 480 477 call calc_cpp_mugaz 481 478 479 482 480 PRINT*,'--------------------------------------------' 483 481 PRINT* … … 519 517 ENDDO 520 518 521 ! initialize variables in radinc_h522 519 call ini_radinc_h(nlayer) 523 520
Note: See TracChangeset
for help on using the changeset viewer.