- Timestamp:
- Feb 15, 2013, 2:54:12 PM (12 years ago)
- Location:
- trunk/LMDZ.MARS
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/LMDZ.MARS/README ¶
r829 r882 1822 1822 Note that the "distance to center of Mars" and "MCD" options still contain 1823 1823 some hard coded Mars constants. 1824 1825 == 15/02/2013 == TN 1826 >> Various bugs 1827 - watercloud.F : latent heat release was not correctly added 1828 - updaterad.F90 : minimal rdust is changed from 0.1 to 0.01 microns 1829 - vdifc.F : The scheme with potential temperature mixing that takes into acount CO2 condensation 1830 could not work without CO2 condensation (callcond=false) -- see commit r473 1831 This caused a quick GCM crash. Now there is no condensation at all with callcond=false 1832 - physiq.F : pressure levels are now correctly used with surface pressure changes due to CO2 1833 condensation. Only zplev and zplay variables should be used in physiq. 1834 Bug corrected in case of scavenging=false that led to instabilities. CCN tracers were not checked. 1835 - makegcm : use of phy$physique instead of phymars for scatterrers 1836 -
TabularUnified trunk/LMDZ.MARS/libf/phymars/updaterad.F90 ¶
r745 r882 42 42 real, parameter :: qdust_threshold = 1.e-20 43 43 44 real, parameter :: r3dustmin = 1.e-2 1! ie rdustmin = 0.1 microns45 real, parameter :: rdustmin = 0. 1e-644 real, parameter :: r3dustmin = 1.e-24 ! ie rdustmin = 0.1 microns 45 real, parameter :: rdustmin = 0.01e-6 46 46 47 47 real, parameter :: r3dustmax = 125.e-12 ! ie rdustmax = 500 microns -
TabularUnified trunk/LMDZ.MARS/libf/phymars/watercloud.F ¶
r746 r882 244 244 ENDDO 245 245 ENDDO 246 247 IF (activice) THEN 248 DO l=1,nlay 249 DO ig=1,ngrid 250 subpdt(ig,l) = 251 & subpdt(ig,l) + subpdtcloud(ig,l) 252 ENDDO 253 ENDDO 254 ENDIF 246 255 247 256 -
TabularUnified trunk/LMDZ.MARS/makegcm_g95 ¶
r733 r882 522 522 \rm -f $libf/grid/dimensions.h 523 523 #remove old scatterers.h file 524 \rm -f $libf/phy mars/scatterers.h524 \rm -f $libf/phy$physique/scatterers.h 525 525 else 526 526 exit … … 534 534 cat $libf/grid/dimensions.h 535 535 536 cd $libf/phy mars/scatterers536 cd $libf/phy$physique/scatterers 537 537 # Build the appropriate 'scatterers.h' file 538 538 ./make_scatterers $scatterers 539 539 # echo contents of scatterers.h to standard output 540 cat $libf/phy mars/scatterers.h540 cat $libf/phy$physique/scatterers.h 541 541 542 542 cd $LMDGCM … … 813 813 # cleanup, remove dimensions.h and scatterers.h 814 814 \rm -f $libf/grid/dimensions.h 815 \rm -f $libf/phy mars/scatterers.h815 \rm -f $libf/phy$physique/scatterers.h -
TabularUnified trunk/LMDZ.MARS/makegcm_gfortran ¶
r648 r882 520 520 \rm -f $libf/grid/dimensions.h 521 521 #remove old scatterers.h file 522 \rm -f $libf/phy mars/scatterers.h522 \rm -f $libf/phy$physique/scatterers.h 523 523 else 524 524 exit … … 532 532 cat $libf/grid/dimensions.h 533 533 534 cd $libf/phy mars/scatterers534 cd $libf/phy$physique/scatterers 535 535 # Build the appropriate 'scatterers.h' file 536 536 ./make_scatterers $scatterers 537 537 # echo contents of scatterers.h to standard output 538 cat $libf/phy mars/scatterers.h538 cat $libf/phy$physique/scatterers.h 539 539 540 540 cd $LMDGCM … … 811 811 # cleanup, remove dimensions.h and scatterers.h 812 812 \rm -f $libf/grid/dimensions.h 813 \rm -f $libf/phy mars/scatterers.h813 \rm -f $libf/phy$physique/scatterers.h -
TabularUnified trunk/LMDZ.MARS/makegcm_ifort ¶
r646 r882 527 527 \rm -f $libf/grid/dimensions.h 528 528 #remove old scatterers.h file 529 \rm -f $libf/phy mars/scatterers.h529 \rm -f $libf/phy$physique/scatterers.h 530 530 else 531 531 exit … … 539 539 cat $libf/grid/dimensions.h 540 540 541 cd $libf/phy mars/scatterers541 cd $libf/phy$physique/scatterers 542 542 # Build the appropriate 'scatterers.h' file 543 543 ./make_scatterers $scatterers 544 544 # echo contents of scatterers.h to standard output 545 cat $libf/phy mars/scatterers.h545 cat $libf/phy$physique/scatterers.h 546 546 547 547 cd $LMDGCM … … 817 817 # cleanup, remove dimensions.h and scatterers.h 818 818 \rm -f $libf/grid/dimensions.h 819 \rm -f $libf/phy mars/scatterers.h819 \rm -f $libf/phy$physique/scatterers.h -
TabularUnified trunk/LMDZ.MARS/makegcm_pgf ¶
r646 r882 524 524 \rm -f $libf/grid/dimensions.h 525 525 #remove old scatterers.h file 526 \rm -f $libf/phy mars/scatterers.h526 \rm -f $libf/phy$physique/scatterers.h 527 527 else 528 528 exit … … 536 536 cat $libf/grid/dimensions.h 537 537 538 cd $libf/phy mars/scatterers538 cd $libf/phy$physique/scatterers 539 539 # Build the appropriate 'scatterers.h' file 540 540 ./make_scatterers $scatterers 541 541 # echo contents of scatterers.h to standard output 542 cat $libf/phy mars/scatterers.h542 cat $libf/phy$physique/scatterers.h 543 543 544 544 cd $LMDGCM … … 812 812 # cleanup, remove dimensions.h and scatterers.h 813 813 \rm -f $libf/grid/dimensions.h 814 \rm -f $libf/phy mars/scatterers.h814 \rm -f $libf/phy$physique/scatterers.h
Note: See TracChangeset
for help on using the changeset viewer.