- Timestamp:
- Nov 28, 2018, 9:20:18 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.TITAN/libf/phytitan/calchim.F90
r1979 r2045 307 307 ! If 2D chemistry, trick to do the calculation only once per latitude band within the chunk 308 308 ! NB1 : Will be obsolete with DYNAMICO, the chemistry will necessarly be 3D 309 ! NB2 : Test of same latitude with dlat=0. 5: I think that if you run sims better than 1/10th degree then309 ! NB2 : Test of same latitude with dlat=0.1 : I think that if you run sims better than 1/10th degree then 310 310 ! either it's with Dynamico and doesn't apply OR it is more than enough in terms of "preco / calc time" ! 311 311 ! ------------------------------------------------------------------------------------------------------- 312 312 313 IF ( ( moyzon_ch .AND. ( ig.EQ.1 .OR. (ABS(latitude(ig)-latitude(igm1)).GT.0.1* pi/180.)) ) .OR. (.NOT. moyzon_ch) ) THEN313 IF ( ( moyzon_ch .AND. ( ig.EQ.1 .OR. (ABS(latitude(ig)-latitude(igm1)).GT.0.1*180.0/pi)) ) .OR. (.NOT. moyzon_ch) ) THEN 314 314 315 315 ! 1. Compute altitude for the grid point with hydrostat. equilib.
Note: See TracChangeset
for help on using the changeset viewer.