Ignore:
Timestamp:
May 11, 2021, 2:10:34 PM (3 years ago)
Author:
dcugnet
Message:
  • Bugs corrections:
    • sequential gcm fixed
    • parallel gcm compilation fixed ; to be tested
  • Some generic operations moved from infotrac to readTracFile
  • Fixed algebrical reduction routine, used in the isotopes parameters file.
  • Additional component "comp" in the tracers descriptor derived type "tra",

specifying the model component name(s) (cf. tracers sections) it belongs.

  • isotopes class selection tool fixed.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/LMDZ-tracers/libf/phylmd/phyetat0.F90

    r3852 r3891  
    443443!!        iiq=niadv(it+2)                                                           ! jyg
    444444        iiq=niadv(it+nqo)                                                           ! jyg
    445         found=phyetat0_get(1,trs(:,it),"trs_"//tracers(iiq)%name, &
    446               "Surf trac"//tracers(iiq)%name,0.)
     445        found=phyetat0_get(1,trs(:,it),"trs_"//TRIM(tracers(iiq)%name), &
     446              "Surf trac"//TRIM(tracers(iiq)%name),0.)
    447447     ENDDO
    448448     CALL traclmdz_from_restart(trs)
     
    591591   CALL get_field(name, field, found)
    592592   IF (.NOT. found) THEN
    593      WRITE(lunout,*) "phyetat0: Le champ <",name,"> est absent"
     593     WRITE(lunout,*) "phyetat0: Le champ <",TRIM(name),"> est absent"
    594594     WRITE(lunout,*) "Depart legerement fausse. Mais je continue"
    595595     field(:,:)=default
    596596   ENDIF
    597    WRITE(lunout,*) name, descr, MINval(field),MAXval(field)
     597   WRITE(lunout,*) TRIM(name), descr, MINval(field),MAXval(field)
    598598   phyetat0_get=found
    599599
Note: See TracChangeset for help on using the changeset viewer.