Changeset 1720 for trunk/LMDZ.MARS/libf/phymars/nucleaCO2.F
- Timestamp:
- Jul 6, 2017, 5:12:58 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/nucleaCO2.F
r1685 r1720 65 65 mtetalocal = dble(mtetaco2) !! use mtetalocal for better performance 66 66 mtetalocalh=dble(mteta) 67 68 cccccccccccccccccccccccccccccccccccccccccccccccccc69 ccccccccccc ESSAIS TN MTETA = F (T) cccccccccccccc70 c if (temp .gt. 200) then71 c mtetalocal = mtetalocal72 c else if (temp .lt. 190) then73 c mtetalocal = mtetalocal-0.0574 c else75 c mtetalocal = mtetalocal - (190-temp)*0.00576 c endif77 c----------------exp law, see Trainer 2008, J. Phys. Chem. C 2009, 113, 2036\u2013204078 !mtetalocal = max(mtetalocal - 6005*exp(-0.065*temp),0.1)79 !mtetalocal = max(mtetalocal - 6005*exp(-0.068*temp),0.1)80 !print*, mtetalocal, temp81 cccccccccccccccccccccccccccccccccccccccccccccccccc82 cccccccccccccccccccccccccccccccccccccccccccccccccc83 c IF (firstcall) THEN84 c print*, ' '85 c print*, 'dear user, please keep in mind that'86 c print*, 'contact parameter IS constant'87 !print*, 'contact parameter IS NOT constant:'88 !print*, 'max(mteta - 6005*exp(-0.065*temp),0.1)'89 !print*, 'max(mteta - 6005*exp(-0.068*temp),0.1)'90 c print*, ' '91 c firstcall=.false.92 c END IF93 cccccccccccccccccccccccccccccccccccccccccccccccccc94 cccccccccccccccccccccccccccccccccccccccccccccccccc95 96 c write(*,*) "IN nuc, SAT = ",sat97 c write(*,*) "IN nuc, mtetalocal = ",mtetalocal98 67 99 68
Note: See TracChangeset
for help on using the changeset viewer.