Changeset 4691


Ignore:
Timestamp:
Sep 17, 2023, 1:26:53 PM (8 months ago)
Author:
fhourdin
Message:

q

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmdiso/physiq_mod.F90

    r4690 r4691  
    44694469          ! Ne change pas les resultats avec les isotopes tant qu'on
    44704470          ! tourne avec le defaut : iflag_thermals_tenv=0
    4471           if ( iflag_thermals_tenv == 0 ) then
     4471          if ( iflag_thermals_tenv /= 0 ) then
    44724472              abort_message ='iflag_thermals_env/=0 : non prevu avec les isotopes'
    44734473              CALL abort_physic (modname,abort_message,1)
Note: See TracChangeset for help on using the changeset viewer.