Changeset 3305 for trunk/LMDZ.COMMON


Ignore:
Timestamp:
Apr 18, 2024, 11:38:40 AM (7 months ago)
Author:
jbclement
Message:

Mars PCM:

  • Addition of the "startfi" file name as an argument for "phys_state_var_init_mod.F90"/"iniphysiq_mod.F90" to be able to initialize correctly the 3D PEM with its dedicated "startfi" file name.
  • Small update of xml files for XIOS in the deftank, mainly to make the 3D PEM run with slopes.
  • Few cleanings in "phyetat0_mod.F90".

JBC

Location:
trunk/LMDZ.COMMON/libf
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.COMMON/libf/dyn3d/gcm.F90

    r2564 r3305  
    467467     ! Physics:
    468468#ifdef CPP_PHYS
    469      CALL iniphysiq(iim,jjm,llm, &
    470           (jjm-1)*iim+2,comm_lmdz, &
    471           daysec,day_ini,dtphys/nsplit_phys, &
    472           rlatu,rlatv,rlonu,rlonv,aire,cu,cv,rad,g,r,cpp, &
    473           iflag_phys)
     469     CALL iniphysiq('startfi.nc',iim,jjm,llm,                      &
     470                    (jjm-1)*iim+2,comm_lmdz,                        &
     471                    daysec,day_ini,dtphys/nsplit_phys,              &
     472                    rlatu,rlatv,rlonu,rlonv,aire,cu,cv,rad,g,r,cpp, &
     473                    iflag_phys)
    474474#endif
    475475  ENDIF ! of IF ((iflag_phys==1).or.(iflag_phys>=100))
     
    502502    t_ops =((1.0*iecri)/day_step) * daysec 
    503503    t_wrt = daysec ! iecri * daysec ! write output every t_wrt
    504     CALL inithist(day_ref,annee_ref,time_step, &
    505                    t_ops,t_wrt)
     504    CALL inithist(day_ref,annee_ref,time_step,t_ops,t_wrt)
    506505  endif
    507506
     
    510509    t_ops = iperiod * time_step ! do operations every t_ops
    511510    t_wrt = periodav * daysec   ! write output every t_wrt
    512     CALL initdynav(day_ref,annee_ref,time_step, &
    513             t_ops,t_wrt)
     511    CALL initdynav(day_ref,annee_ref,time_step,t_ops,t_wrt)
    514512  END IF
    515513  dtav = iperiod*dtvr/daysec
  • trunk/LMDZ.COMMON/libf/dyn3dpar/gcm.F

    r2564 r3305  
    487487! Physics
    488488#ifdef CPP_PHYS
    489          CALL iniphysiq(iim,jjm,llm,
     489         CALL iniphysiq('startfi.nc',iim,jjm,llm,
    490490     &                distrib_phys(mpi_rank),comm_lmdz,
    491491     &                daysec,day_ini,dtphys/nsplit_phys,
Note: See TracChangeset for help on using the changeset viewer.