Changeset 2270
- Timestamp:
- Mar 28, 2020, 10:21:43 AM (5 years ago)
- Location:
- trunk/LMDZ.MARS
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/README
r2265 r2270 2911 2911 in the restartfi.nc file so that we have 1+1=2 when running with dust 2912 2912 injection schemes. 2913 2914 == 28/03/2020 == AD 2915 Minor update to be able to compile Mars physics with Dynamico 2916 Abort_physics (abort routine in LMDZ.MARS) instead of abort_gcm (in LMDZ.COMMON) in jthermcalc.F 2917 2913 2918 -
trunk/LMDZ.MARS/libf/aeronomars/jthermcalc.F
r2213 r2270 202 202 write(*,*) " limup=",limup 203 203 #ifndef MESOSCALE 204 call abort_ gcm('jthermcalc','error',1)204 call abort_physic('jthermcalc','error',1) 205 205 #endif 206 206 endif
Note: See TracChangeset
for help on using the changeset viewer.