Changeset 2243
- Timestamp:
- Feb 24, 2020, 3:36:36 PM (5 years ago)
- Location:
- trunk/LMDZ.GENERIC
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/README
r2232 r2243 1500 1500 - In thermcell_plume, restore initial formula to compute the vertical speed and cleanup the file 1501 1501 1502 == 29/01/20 19== AB1502 == 29/01/2020 == AB 1503 1503 - clean up thermcell_dq 1504 1504 1505 == 30/01/20 19== AB1505 == 30/01/2020 == AB 1506 1506 - fix a bug in thermcell_env. Now zqt is correctly initialized when tracer h2o_vap is missing (consistency with flag water is assumed). 1507 1507 - clean up thermcell_dv2 and use plume height (zmin-zmax) instead of maximal altitude (zmax) in computations 1508 1508 - the thermal plume model is able to manage several plumes in the same column and work without the convective adjustment. 1509 1510 == 24/02/2020 (r2243) == JVO 1511 - Get rid of the old 'sparadrap' in iniorbit.F assuming Mkm instead of AU if periastre or apostre gt 25, (otherwise Neptune is a pb) 1512 Everybody should be using AU, that's all. -
trunk/LMDZ.GENERIC/libf/phystd/iniorbit.F
r1384 r2243 32 32 peri_day=pperi_day 33 33 34 35 !!!! SPARADRAP TEMPORAIRE !!!!36 !!!! SPARADRAP TEMPORAIRE !!!!37 !!!! We hope that all cases are above 25 Mkm [OK with Gliese 581d]38 IF ( apoastr .gt. 25.) THEN39 PRINT*,'!!!!! WARNING !!!!!'40 PRINT*,'!!!!! YOU ARE ABOUT TO WITNESS A DIRT HACK !!!!!'41 PRINT*,'This must be an old start file.'42 PRINT*,'The code changed 19/03/2012: we now use AU.'43 PRINT*,'So I am assuming units are in Mkm here'44 PRINT*,'and I am performing a conversion towards AU.'45 periastr = periastr / 149.598 ! Mkm to AU46 apoastr = apoastr / 149.598 ! Mkm to AU47 ENDIF48 !!!! SPARADRAP TEMPORAIRE !!!!49 !!!! SPARADRAP TEMPORAIRE !!!!50 51 52 34 PRINT*,'iniorbit: Periastron in AU ',periastr 53 35 PRINT*,'iniorbit: Apoastron in AU ',apoastr
Note: See TracChangeset
for help on using the changeset viewer.